Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc46 std::unordered_set<tCONN_ID> BtaGattQueue::gatt_op_queue_executing; member in BtaGattQueue
49 gatt_op_queue_executing.erase(conn_id); in mark_as_not_executing()
206 if (gatt_op_queue_executing.count(conn_id)) { in gatt_execute_next_op()
211 gatt_op_queue_executing.insert(conn_id); in gatt_execute_next_op()
288 gatt_op_queue_executing.erase(conn_id); in Clean()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h88 static std::unordered_set<tCONN_ID> gatt_op_queue_executing; variable