This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

S132 vs S140

Is there any difference between S132 and S140 ble gatt handles.?

Parents
  • Hi Siv,

    if you are referring to the GATT service that our SoftDevices automatically add to the GATT table, then it should be identical if the BLE stack configuration is identical, i.e. you add the Service Changed Characteristic.

    The GATT handles of any BLE services/characteristics/descriptors added by the application will be determined by the order they are added. 

    Beste regards

    Bjørn

  • Hi bjorn,

     have added 4 characteristics in a single service in nrf52832 DK board which act as a peripheral device and nrf52840DK as a central device to discover the same services.After establishing connection data base discovery is finding all but while sending data only any two characteristics data is coming and remaining is missing.

    If reset the peripheral device then at that time it is receiving all the characteristics data,is there any reason for that why it is missing some handles while sending data?

Reply
  • Hi bjorn,

     have added 4 characteristics in a single service in nrf52832 DK board which act as a peripheral device and nrf52840DK as a central device to discover the same services.After establishing connection data base discovery is finding all but while sending data only any two characteristics data is coming and remaining is missing.

    If reset the peripheral device then at that time it is receiving all the characteristics data,is there any reason for that why it is missing some handles while sending data?

Children
Related