Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_queue.cc34 std::unordered_set<tCONN_ID> BtaGattServerQueue::gatts_op_queue_executing; member in BtaGattServerQueue
38 gatts_op_queue_executing.erase(conn_id); in mark_as_not_executing()
72 if (gatts_op_queue_executing.count(conn_id)) { in gatts_execute_next_op()
82 gatts_op_queue_executing.insert(conn_id); in gatts_execute_next_op()
90 gatts_op_queue_executing.erase(conn_id); in Clean()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_server_queue.h52 static std::unordered_set<tCONN_ID> gatts_op_queue_executing; variable