Searched refs:Le (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/security/record/ |
D | security_record_storage.cc | 44 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()
|
D | security_record_storage_test.cc | 109 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/ |
D | lib.rs | 51 Le, enumerator
|
/system/bt/gd/rust/link/src/acl/ |
D | core.rs | 4 use bt_common::Bluetooth::{self, Classic, Le}; 114 Le => { in provide_acl_dispatch() 155 Le => le_credits += credits, in provide_acl_dispatch()
|
D | fragment.rs | 108 Bluetooth::Le if i == 0 => FirstNonAutomaticallyFlushable, in fragmenting_stream()
|
/system/bt/gd/storage/ |
D | device_test.cc | 150 ASSERT_DEATH({ device.Le(); }, MatchesRegex(".*")); in TEST() 176 auto le_device = device.Le(); in TEST() 194 le_device = device.Le(); in TEST()
|
D | device.cc | 95 LeDevice Device::Le() { in Le() function in bluetooth::storage::Device
|
D | device.h | 162 LeDevice Le();
|
/system/bt/main/shim/ |
D | le_scanning_manager.cc | 470 bluetooth::storage::LeDevice le_device = device.Le(); in handle_remote_properties()
|
/system/update_engine/cros/ |
D | omaha_request_action_unittest.cc | 72 using testing::Le; 2111 AllOf(Ge(midnight), Le(midnight_slack)))) in TEST_F() 2115 AllOf(Ge(midnight), Le(midnight_slack)))) in TEST_F()
|