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.

RTOS/CC2640: Unknown packet being sent using GATT_NOTIFY

Part Number: CC2640

Tool/software: TI-RTOS

Hi,

I'm using SimpleBlePeripheral example to develop my application. I'm using the function 

SimpleProfile_SetParameter(SIMPLEPROFILE_CHAR4, SIMPLEPROFILE_CHAR4_LEN, TX_Buff16);

to send data over BLE.

However, when I see the packets on BTool, I see a data packet which is sent between every expected data packet. Below is the packet that is Unexpected, but received by the host on BTool:

[513] : <Rx> - 09:12:28.226
-Type : 0x04 (Event)
-EventCode : 0x00FF (HCI_LE_ExtEvent)
-Data Length : 0x1C (28) bytes(s)
Event : 0x051B (1307) (ATT_HandleValueNotification)
Status : 0x00 (0) (Success)
ConnHandle : 0x0000 (0)
PduLen : 0x16 (22)
Handle : 0x0027 (39)
Value : 48:3F:00:20:D9:7E:00:00:01:CA:01:10:01:CA:01:10:
01:CA:01:10

The value of this unexpected packet doesn't change. It;s the same packet which is received after every expected packet is received. 

Can someone help  me understand what is this packet?, why is it being sent? 

Thanks,

Sandeep