Searched refs:ble_stack_gatt_write (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 381 int ble_stack_gatt_write(int16_t conn_handle, uint16_t attr_handle, uint8_t *data, uint16_t len, ui… 384 ble_stack_gatt_write(conn_handle, attr_handle, (uint8_t *)data, len, offset, GATT_WRITE) 387 …ble_stack_gatt_write(conn_handle, attr_handle, (uint8_t *)data, len, offset, GATT_WRITE_WITHOUT_RE… 390 ble_stack_gatt_write(conn_handle, attr_handle, (uint8_t *)data, len, offset, GATT_WRITE_SINGED)
|
/AliOS-Things-master/components/ble_host/ |
A D | README.md | 91 | ble_stack_gatt_write | GATT client,写入对端GATT server属性 | 331 ### ble_stack_gatt_write subsection 334 int ble_stack_gatt_write(int16_t conn_handle, uint16_t attr_handle, uint8_t *data, uint16_t len, ui…
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | gatt.c | 450 err = ble_stack_gatt_write(g_bt_conn_handle, handle, gatt_write_buf, len, offset, 3); in cmd_gatt_write()
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 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() function
|
Completed in 9 milliseconds