Searched refs:gatts_op_queue_executing (Results 1 – 2 of 2) sorted by relevance
34 std::unordered_set<tCONN_ID> BtaGattServerQueue::gatts_op_queue_executing; member in BtaGattServerQueue38 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()
52 static std::unordered_set<tCONN_ID> gatts_op_queue_executing; variable