Home
last modified time | relevance | path

Searched refs:Le (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/security/record/
Dsecurity_record_storage.cc44 auto le_device = device.Le(); in SetLeData()
133 … : device.Le().GetAddressType(); in LoadSecurityRecords()
142 *device.Le().GetLegacyPseudoAddress(), *device.Le().GetAddressType()); in LoadSecurityRecords()
144 if (device.Le().GetPeerId()) { in LoadSecurityRecords()
145 auto peerid = common::ByteArray<23>::FromString(*device.Le().GetPeerId()); in LoadSecurityRecords()
157 if (device.Le().GetPeerEncryptionKeys()) { in LoadSecurityRecords()
158 …auto peer_encryption_keys = common::ByteArray<28>::FromString(*device.Le().GetPeerEncryptionKeys()… in LoadSecurityRecords()
170 if (device.Le().GetPeerSignatureResolvingKeys()) { in LoadSecurityRecords()
172 common::ByteArray<21>::FromString(*device.Le().GetPeerSignatureResolvingKeys()); in LoadSecurityRecords()
Dsecurity_record_storage_test.cc109 ASSERT_EQ(device.Le().GetAddressType(), identity_address.GetAddressType()); in TEST_F()
112 ASSERT_EQ(*device.Le().GetPeerId(), "66904076276957710d39f7809e2f49cf01010203040506"); in TEST_F()
115 …ASSERT_EQ(*device.Le().GetPeerEncryptionKeys(), "070c0e161855c672645ad8b1f69394a748ac91f4ef6d41102… in TEST_F()
118 …ASSERT_EQ(device.Le().GetPeerSignatureResolvingKeys(), "000000000883ae44d6779e901d25cdd7b6f4578502… in TEST_F()
/system/bt/gd/rust/common/src/
Dlib.rs51 Le, enumerator
/system/bt/gd/rust/link/src/acl/
Dcore.rs4 use bt_common::Bluetooth::{self, Classic, Le};
114 Le => { in provide_acl_dispatch()
155 Le => le_credits += credits, in provide_acl_dispatch()
Dfragment.rs108 Bluetooth::Le if i == 0 => FirstNonAutomaticallyFlushable, in fragmenting_stream()
/system/bt/gd/storage/
Ddevice_test.cc150 ASSERT_DEATH({ device.Le(); }, MatchesRegex(".*")); in TEST()
176 auto le_device = device.Le(); in TEST()
194 le_device = device.Le(); in TEST()
Ddevice.cc95 LeDevice Device::Le() { in Le() function in bluetooth::storage::Device
Ddevice.h162 LeDevice Le();
/system/bt/main/shim/
Dle_scanning_manager.cc470 bluetooth::storage::LeDevice le_device = device.Le(); in handle_remote_properties()
/system/update_engine/cros/
Domaha_request_action_unittest.cc72 using testing::Le;
2111 AllOf(Ge(midnight), Le(midnight_slack)))) in TEST_F()
2115 AllOf(Ge(midnight), Le(midnight_slack)))) in TEST_F()