Searched refs:HasDevice (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client.cc | 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() [all …]
|
D | has_types.h | 145 class HasDevice : public GattServiceDevice { 190 HasDevice(const RawAddress& addr, uint8_t features) in HasDevice() function 333 HasDevice& device) { in DeserializePresets() 368 friend std::ostream& operator<<(std::ostream& os, const HasDevice& b); 429 struct formatter<bluetooth::le_audio::has::HasDevice> : ostream_formatter {};
|
D | has_types.cc | 23 std::ostream& operator<<(std::ostream& os, const HasDevice& b) { in operator <<()
|
D | has_client_test.cc | 62 using ::bluetooth::le_audio::has::HasDevice; 1443 HasDevice device(address, 0); in TEST_F() 1513 HasDevice device(address, 0); in TEST_F() 1575 HasDevice clone(test_address, in TEST_F() 1579 ASSERT_TRUE(HasDevice::DeserializePresets(serialized.data(), in TEST_F() 3181 HasDevice has_device(GetTestAddress(1)); in TEST_F() 3194 HasDevice clone(GetTestAddress(1)); in TEST_F() 3195 ASSERT_TRUE(HasDevice::DeserializePresets(serialized.data(), in TEST_F()
|