BLE - GATT and characteristics

Hi,

I understand that Attribute protocol supports commands, requests, responses, notifications and indications.

Can you please tell me if those packets are sent with the characteristics, which contains the data? Or separately?

Thanks!

Parents Reply
  • Yes, the notification  The Handle Value Notification  is in itself a standard BLE PDU with the ATT opcode set to notification. I recommend that you test out the UART example and connect the the BLE sniffer so that you can look into the packet structures in details. BLe sniffer can answer your most of the questions regarding packet formats and what is send in the notification is sent.

Children
Related