Home
last modified time | relevance | path

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 Dgatt.h381 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)
387ble_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 DREADME.md91 | 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 Dgatt.c450 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 Dble.c1083 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 10 milliseconds