Home
last modified time | relevance | path

Searched defs:attr_handle (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h383 #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 Dble.h298 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 Dble.c1071 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 Dgatt.h1099 u16_t attr_handle; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c2505 uint16_t attr_handle, in ble_stack_gatt_notify_cb()

Completed in 21 milliseconds