I can't get BLE_GAP_EVT_DISCONNECTED event

Hi!

S132, SDK17.1, nRF52832

Very strange behavior, I connected my central to the bonded peripherial success and got an BLE_GAP_EVT_CONNECTED event, but when I disconnected peripherial, I didn't get BLE_GAP_EVT_DISCONNECTED  event.

On this project I got recently this event, but I just added some code and now I have this behavior.

What possible reason? What should I check?

Thanks.

  •  BLE_NUS_C_EVT_DISCOVERY_COMPLETE event. So it's as expected. 

    Hi!

    After I commented:

    ble_db_discovery_start

    , ofcourse I didn't get event BLE_NUS_C_EVT_DISCOVERY_COMPLETE . 
    But I got event BLE_GAP_EVT_DISCONNECTED . And it seems works.

    But when I added again uncommented
    ble_db_discovery_start

    I can't get BLE_GAP_EVT_DISCONNECTED event and also there is no any event
    BLE_NUS_C_EVT_DISCOVERY_COMPLETE after I got BLE_GAP_EVT_CONNECTED event.

    2nd- I have changed because RTT terminal prints me that I should change memory due to I have changed BLE cnt services in the config.h file.

  • Hi Tomas, 


    Do you have the same issue when testing with the default central_nus ? 


    Please send us the minimum modification example that can reproduce the issue. I assume all what you did was to add a proprietary service and then you had to change the memory configuration according to the RTT log  ?

Related