Searched defs:attr_handle (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 383 #define ble_stack_gatt_write_response(conn_handle, attr_handle, data, len, offset) \ argument 386 #define ble_stack_gatt_write_no_response(conn_handle, attr_handle, data, len, offset) \ argument 389 #define ble_stack_gatt_write_signed(conn_handle, attr_handle, data, len, offset) \ argument
|
A D | ble.h | 298 uint16_t attr_handle; member 311 uint16_t attr_handle; member 324 uint16_t attr_handle; member
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 1071 int ble_stack_gatt_notify_cb(int16_t conn_handle, uint16_t attr_handle, const uint8_t *data, uint16… in ble_stack_gatt_notify_cb() 1083 int ble_stack_gatt_write(int16_t conn_handle, uint16_t attr_handle, uint8_t *data, uint16_t len, ui… in ble_stack_gatt_write() 1171 int ble_stack_gatt_read(int16_t conn_handle, uint16_t attr_handle, uint16_t offset) in ble_stack_gatt_read() 1216 int ble_stack_gatt_read_multiple(int16_t conn_handle, uint16_t attr_count, uint16_t attr_handle[]) in ble_stack_gatt_read_multiple()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 1099 u16_t attr_handle; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 2505 uint16_t attr_handle, in ble_stack_gatt_notify_cb()
|
Completed in 21 milliseconds