Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_queue.cc36 std::unordered_set<uint16_t> BtaGattServerQueue::gatts_op_queue_executing; member in BtaGattServerQueue
40 gatts_op_queue_executing.erase(conn_id); in mark_as_not_executing()
75 if (gatts_op_queue_executing.count(conn_id)) { in gatts_execute_next_op()
86 gatts_op_queue_executing.insert(conn_id); in gatts_execute_next_op()
94 gatts_op_queue_executing.erase(conn_id); in Clean()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_server_queue.h53 static std::unordered_set<uint16_t> gatts_op_queue_executing; variable