Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_queue.cc27 constexpr uint8_t GATT_WRITE_CHAR = 3; variable
124 } else if (op.type == GATT_WRITE_CHAR) { in gatt_execute_next_op()
172 gatt_op_queue[conn_id].push_back({.type = GATT_WRITE_CHAR, in WriteCharacteristic()