This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How the phone got the data from Nordic

Hi All,

SDK => v17.1.0

IDE => Segger

Project => ble_app_bps

I use LightBlue to connect my board,and going down to the device information service I choose system ID like this.

And I will click read again that can show me like this.

My question is : How does Nordic pass the information to the phone?

Bestregards,

Kai

Parents Reply
  • Hi Kai, 
    The data is stored in the softdevice when you declare the characteristic. 
    If you want to update the data you call sd_ble_gatts_value_set() or you can call sd_ble_gatts_hvx() to not only update the characteristic value but also send a notification/indication to the phone. 
    Please study the example provided in the SDK. 

Children
No Data
Related