Home
last modified time | relevance | path

Searched refs:GATT_WRITE_SINGED (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h378 GATT_WRITE_SINGED, enumerator
390 ble_stack_gatt_write(conn_handle, attr_handle, (uint8_t *)data, len, offset, GATT_WRITE_SINGED)
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c1127 } else if (type == GATT_WRITE_WITHOUT_RESPONSE || type == GATT_WRITE_SINGED) { in ble_stack_gatt_write()
1128 … ret = bt_gatt_write_without_response(conn, attr_handle, data, len, type == GATT_WRITE_SINGED); in ble_stack_gatt_write()

Completed in 7 milliseconds