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?

  • Siv said:
    After establishing connection data base discovery is finding all but while sending data only any two characteristics data is coming and remaining is missing.

     Ok, so the nRF52840 discovers all four characteristics, but once you enable notifications on these characteristics you're only getting notifications from two out of four characteristics? Is this correct?

    Siv said:
    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?

    So resetting the device so that the nRF52840 Central reconnects to the nRF52832 and performs a new service discovery solves the issue? Is the NRF52832 peripheral bonded with the NRF52840 central?

Reply
  • Siv said:
    After establishing connection data base discovery is finding all but while sending data only any two characteristics data is coming and remaining is missing.

     Ok, so the nRF52840 discovers all four characteristics, but once you enable notifications on these characteristics you're only getting notifications from two out of four characteristics? Is this correct?

    Siv said:
    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?

    So resetting the device so that the nRF52840 Central reconnects to the nRF52832 and performs a new service discovery solves the issue? Is the NRF52832 peripheral bonded with the NRF52840 central?

Children
Related