Searched refs:gatt_op_queue_executing (Results 1 – 2 of 2) sorted by relevance
37 std::unordered_set<uint16_t> BtaGattQueue::gatt_op_queue_executing; member in BtaGattQueue40 gatt_op_queue_executing.erase(conn_id); in mark_as_not_executing()97 if (gatt_op_queue_executing.count(conn_id)) { in gatt_execute_next_op()102 gatt_op_queue_executing.insert(conn_id); in gatt_execute_next_op()147 gatt_op_queue_executing.erase(conn_id); in Clean()
77 static std::unordered_set<uint16_t> gatt_op_queue_executing; variable