Searched refs:gatts_op_queue_executing (Results 1 – 2 of 2) sorted by relevance
36 std::unordered_set<uint16_t> BtaGattServerQueue::gatts_op_queue_executing; member in BtaGattServerQueue40 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()
53 static std::unordered_set<uint16_t> gatts_op_queue_executing; variable