Searched refs:ble_stack_connect_info_get (Results 1 – 5 of 5) sorted by relevance
516 int ble_stack_connect_info_get(int16_t conn_handle, connect_info_t *info);
66 ble_stack_connect_info_get(e->conn_handle, &info); in conn_change()
310 ret = ble_stack_connect_info_get(e->conn_handle, &info); in conn_change()334 ret = ble_stack_connect_info_get(e->conn_handle, NULL); in conn_change()337 ret = ble_stack_connect_info_get(-1, &info); in conn_change()344 ble_stack_connect_info_get(e->conn_handle, &info); in conn_change()
317 ble_stack_connect_info_get(e->conn_handle, &info); in conn_change()
1357 int ble_stack_connect_info_get(int16_t conn_handle, connect_info_t *info) in ble_stack_connect_info_get() function
Completed in 16 milliseconds