Searched refs:ble_stack_gatt_read (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/ |
A D | README.md | 89 | ble_stack_gatt_read | GATT client,读取对端GATT server属性 | 301 ### ble_stack_gatt_read subsection 304 int ble_stack_gatt_read(int16_t conn_handle, uint16_t attr_handle, uint16_t offset)
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 392 int ble_stack_gatt_read(int16_t conn_handle, uint16_t attr_handle, uint16_t offset);
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 329 err = ble_stack_gatt_read(-1, handle, offset); in cmd_gatt_read() 343 err = ble_stack_gatt_read(g_bt_conn_handle, handle, offset); in cmd_gatt_read()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 291 err = ble_stack_gatt_read(g_bt_conn_handle, handle, offset); in cmd_gatt_read()
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 1171 int ble_stack_gatt_read(int16_t conn_handle, uint16_t attr_handle, uint16_t offset) in ble_stack_gatt_read() function
|
Completed in 14 milliseconds