Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/
A DREADME.md89 | 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 Dgatt.h392 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 Dgatt.c329 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 Dgatt.c291 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 Dble.c1171 int ble_stack_gatt_read(int16_t conn_handle, uint16_t attr_handle, uint16_t offset) in ble_stack_gatt_read() function

Completed in 13 milliseconds