Hello all,
I'm new to BLE project and I see that the term "ConnectionHandle" appear in a lot of function.
I assume that "Connection Handle" mean number of Device (in this case Phone) connected to this BLE. Could anyone help to clarified it?
Let take example Gap_RegisterConnEventCb(application_connEvtCB, GAP_CB_REGISTER, GAP_CB_CONN_EVENT_ALL, connHandle); I want to take timestamp if event GAP_CB_ESTABLISHED occur.
When 1st Phone is connected with BLE -> "Handle" = 0
When 2nd Phone is connected with BLE -> "Handle" = 1