Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc34 constexpr uint8_t GATT_READ_DESC = 2; variable
174 } else if (op.type == GATT_READ_DESC) { in gatt_execute_next_op()
235 gatt_op_queue[conn_id].push_back({.type = GATT_READ_DESC, in ReadDescriptor()