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

what can cause a BLE_GAP_EVT_TIMEOUT?

Hi

i saw this question already in another thread, but did not get an answer. Is there a list of cases in which this timeout is generated?

Wim

Parents
  • few places where I can think this could happen

    1) connection request sent but no response from peer (timeout) 
    2) security request sent but no response from peer (timeout)  
    3) connection established but peer not responding
    
    1. right
    2. right
    3. yes this can happen in slave and you should get BLE_GAP_EVT_DISCONNECTED after the timeout. I have to investigate more the difference in time between timeout event and disconnected event in this case
Reply
    1. right
    2. right
    3. yes this can happen in slave and you should get BLE_GAP_EVT_DISCONNECTED after the timeout. I have to investigate more the difference in time between timeout event and disconnected event in this case
Children
No Data