Searched defs:AddressWithType (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl.cc | 77 void shim::Acl::AcceptLeConnectionFrom(const hci::AddressWithType& /* address_with_type */, in AcceptLeConnectionFrom() 82 void shim::Acl::IgnoreLeConnectionFrom(const hci::AddressWithType& /* address_with_type */) { in IgnoreLeConnectionFrom() 93 std::promise<bluetooth::hci::AddressWithType> /* promise */) { in GetConnectionLocalAddress() 99 std::promise<bluetooth::hci::AddressWithType> /* promise */) { in GetConnectionPeerAddress() 126 hci::AddressWithType /* address_with_type */, in OnLeConnectSuccess() 131 void shim::Acl::OnLeConnectFail(hci::AddressWithType /* address_with_type */, in OnLeConnectFail() 168 void shim::Acl::AddToAddressResolution(const hci::AddressWithType& /* address_with_type */, in AddToAddressResolution() 174 void shim::Acl::RemoveFromAddressResolution(const hci::AddressWithType& /* address_with_type */) { in RemoveFromAddressResolution()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/core/ |
D | address.rs | 16 pub struct AddressWithType { struct 23 impl AddressWithType { argument
|
D | ffi.rs | 34 unsafe impl ExternType for AddressWithType { implementation 63 type AddressWithType = crate::core::address::AddressWithType; typedef
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/core/ffi/ |
D | types.h | 30 struct AddressWithType { struct 36 inline core::AddressWithType ToRustAddress(tBLE_BD_ADDR address) { in ToRustAddress() argument
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/include/hci/ |
D | address_with_type.h | 38 AddressWithType(Address address, AddressType address_type) in AddressWithType() function 41 explicit AddressWithType() in AddressWithType() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | address_with_type.h | 37 AddressWithType(Address address, AddressType address_type) in AddressWithType() function 40 explicit AddressWithType() in AddressWithType() function
|
D | acl_manager_test.cc | 373 std::unique_ptr<LeAclConnection> connection) { in SetUp() 523 std::unique_ptr<LeAclConnection> connection) { in TEST_F() 558 std::unique_ptr<LeAclConnection> connection) { in TEST_F()
|
D | acl_manager_unittest.cc | 134 void OnLeConnectSuccess(AddressWithType /* address_with_type */, in OnLeConnectSuccess() argument
|
D | le_scanning_manager.cc | 117 uint8_t /* advertising_sid */, AddressWithType /* address_with_type */, in OnPeriodicSyncStarted() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 149 uint8_t /* advertising_sid */, AddressWithType /* address_with_type */, in OnPeriodicSyncStarted() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl_test.cc | 1556 .WillOnce([&](AddressWithType, std::unique_ptr<LeAclConnection> conn) { in TEST_F() argument
|