This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2541: Notification Data more than 20 Bytes

Part Number: CC2541

Hi,

I it possible to send more than 20 bytes of data over notification using BLE Stack BLE-CC254x-1.4.2.2.

As when i am send 20 Bytes it is working properly but when i am sending 21 bytes data is not coming.

#define SIMPLEPROFILE_CHAR4_LEN           21

VOID memcpy( (void *)arr_rx_uart, "Abhishek Sharmakumar1", SIMPLEPROFILE_CHAR4_LEN );

SimpleProfile_SetParameter( SIMPLEPROFILE_CHAR4, SIMPLEPROFILE_CHAR4_LEN, (void *)arr_rx_uart);

it is working when i am setting #define SIMPLEPROFILE_CHAR4_LEN           20