Hi
I need to create a costum profile (I use SensorTAG project)
GATT service: costum UUID
1. Device characteristic
2. Data characteristic
The CC2541 is able to transmit 22 characters in one package the costum UUID is transmitted without problems.
The device characteristic i need to send: Abc01:797c71a1-aa59-49a7-88dd-286bd75564af
is more than 22 characters thansmitted in this variable: MAGNETOMETER_DATA_LEN
#define MAGNETOMETER_DATA_LEN 22
How can i transmit all characters at once ?
The data characteristic are also more than 22 charcters but can olso only be send as on package
#define MAGNETOMETER_DA 22
I there a function for transmitting more than 22 bytes ?
Kind regards
Christian