Searched defs:HasCtpGroupOpCoordinator (Results 1 – 1 of 1) sorted by relevance
163 struct HasCtpGroupOpCoordinator { struct164 std::list<RawAddress> devices;165 HasCtpOp operation;166 std::list<bluetooth::has::PresetInfo> preset_info_verification_list;168 static size_t ref_cnt;169 static alarm_t* operation_timeout_timer;170 static constexpr uint16_t kOperationTimeoutMs = 10000u;171 static alarm_callback_t cb;195 HasCtpGroupOpCoordinator() = delete; argument196 HasCtpGroupOpCoordinator& operator=(const HasCtpGroupOpCoordinator&) = delete; argument[all …]