Home
last modified time | relevance | path

Searched refs:ble_stack_connect_info_get (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dble.h516 int ble_stack_connect_info_get(int16_t conn_handle, connect_info_t *info);
/AliOS-Things-master/components/ble_host/ble_profiles/
A Duart_client.c66 ble_stack_connect_info_get(e->conn_handle, &info); in conn_change()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c310 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()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c317 ble_stack_connect_info_get(e->conn_handle, &info); in conn_change()
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c1357 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