Lines Matching refs:HasDevice

58 using bluetooth::le_audio::has::HasDevice;
175 HasDevice::MatchAddress(addr)); in Connect()
197 HasDevice::MatchAddress(address)); in AddFromStorage()
199 devices_.push_back(HasDevice(address, features)); in AddFromStorage()
225 HasDevice::MatchAddress(addr)); in Disconnect()
251 void UpdateJournalOpEntryStatus(HasDevice& device, HasGattOpContext context, in UpdateJournalOpEntryStatus()
460 HasDevice::MatchAddress(std::get<RawAddress>(operation.addr_or_group))); in CpReadAllPresetsOperation()
492 ErrorCode CpPresetIndexOperationWriteReq(HasDevice& device, in CpPresetIndexOperationWriteReq()
531 HasDevice::MatchAddress(addr)); in AreAllDevicesAvailable()
541 std::function<ErrorCode(HasDevice& device, HasCtpOp& operation)> in CpPresetOperationCaller()
576 HasDevice::MatchAddress(addr)); in CpPresetOperationCaller()
592 HasDevice::MatchAddress(addr)); in CpPresetOperationCaller()
609 HasDevice::MatchAddress(std::get<RawAddress>( in CpPresetOperationCaller()
622 operation, [](HasDevice& device, HasCtpOp operation) -> ErrorCode { in CpPresetIndexOperation()
650 ErrorCode CpPresetsCycleOperationWriteReq(HasDevice& device, in CpPresetsCycleOperationWriteReq()
686 operation, [](HasDevice& device, HasCtpOp operation) -> ErrorCode { in CpPresetsCycleOperation()
696 ErrorCode CpWritePresetNameOperationWriteReq(HasDevice& device, in CpWritePresetNameOperationWriteReq()
765 HasDevice::MatchAddress(addr)); in CpWritePresetNameOperation()
800 HasDevice::MatchAddress(addr)); in shouldRequestSyncedOp()
847 HasDevice::MatchAddress(address)); in GetPresetInfo()
930 void WriteAllNeededCcc(const HasDevice& device) { in WriteAllNeededCcc()
961 void OnEncrypted(HasDevice& device) { in OnEncrypted()
977 void NotifyHasDeviceValid(const HasDevice& device) { in NotifyHasDeviceValid()
990 void MarkDeviceValidIfInInitialDiscovery(HasDevice& device) { in MarkDeviceValidIfInInitialDiscovery()
1065 HasDevice* GetDevice( in GetDevice()
1066 std::variant<uint16_t, HasDevice*> conn_id_device_variant) { in GetDevice()
1067 HasDevice* device = nullptr; in GetDevice()
1069 if (std::holds_alternative<HasDevice*>(conn_id_device_variant)) { in GetDevice()
1070 device = std::get<HasDevice*>(conn_id_device_variant); in GetDevice()
1074 HasDevice::MatchConnId(std::get<uint16_t>(conn_id_device_variant))); in GetDevice()
1082 std::variant<uint16_t, HasDevice*> conn_id_device_variant, in OnHasFeaturesValue()
1162 void OnHasPresetReadResponseNotification(HasDevice& device) { in OnHasPresetReadResponseNotification()
1211 void OnHasPresetGenericUpdate(HasDevice& device) { in OnHasPresetGenericUpdate()
1325 void OnHasPresetAvailabilityChanged(HasDevice& device) { in OnHasPresetAvailabilityChanged()
1373 void OnHasPresetDeleted(HasDevice& device) { in OnHasPresetDeleted()
1414 void ProcessCtpNotificationQueue(HasDevice& device) { in ProcessCtpNotificationQueue()
1449 void OnHasCtpValueNotification(HasDevice* device, uint16_t len, in OnHasCtpValueNotification()
1466 std::variant<uint16_t, HasDevice*> conn_id_device_variant, in OnHasActivePresetValue()
1554 void DeregisterNotifications(HasDevice& device) { in DeregisterNotifications()
1575 void DoDisconnectCleanUp(HasDevice& device, in DoDisconnectCleanUp()
1603 bool CacheAttributeHandles(const gatt::Service& service, HasDevice* device) { in CacheAttributeHandles()
1653 bool LoadHasDetailsFromStorage(HasDevice* device) { in LoadHasDetailsFromStorage()
1663 if (!HasDevice::DeserializePresets(presets_bin.data(), presets_bin.size(), in LoadHasDetailsFromStorage()
1695 HasDevice* device) { in StartInitialHasDetailsReadAndValidation()
1772 auto* device = static_cast<HasDevice*>(context); in OnHasServiceFound()
1839 HasDevice::MatchAddress(evt.remote_bda)); in OnGattConnected()
1889 HasDevice::MatchAddress(evt.remote_bda)); in OnGattDisconnected()
1976 HasDevice::MatchAddress(address)); in OnLeEncryptionComplete()
1997 void ClearDeviceInformationAndStartSearch(HasDevice* device) { in ClearDeviceInformationAndStartSearch()
2020 HasDevice::MatchAddress(address)); in OnGattServiceChangeEvent()
2031 HasDevice::MatchAddress(address)); in OnGattServiceDiscoveryDoneEvent()
2090 std::list<HasDevice> devices_;