Searched refs:GetMacAddress (Results 1 – 20 of 20) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/ |
D | controller_shim.cc | 48 return ToRawAddress(controller_->GetMacAddress()); in read_local_addr()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_interface_mock.h | 116 MOCK_METHOD(Address, GetMacAddress, (), (const));
|
D | controller_mock.h | 116 MOCK_METHOD(Address, GetMacAddress, (), (const));
|
D | controller_interface.h | 128 virtual Address GetMacAddress() const = 0;
|
D | controller.h | 133 virtual Address GetMacAddress() const override;
|
D | controller_test.cc | 390 ASSERT_EQ(controller_->GetMacAddress(), Address::kAny); in TEST_F()
|
D | controller.cc | 1397 Address Controller::GetMacAddress() const { return impl_->mac_address_; } in GetMacAddress() function in bluetooth::hci::Controller
|
D | acl_manager_test.cc | 111 EXPECT_CALL(*test_controller_, GetMacAddress()); in SetUp()
|
D | le_advertising_manager.cc | 463 return AddressWithType(controller_->GetMacAddress(), AddressType::PUBLIC_DEVICE_ADDRESS); in new_advertiser_address()
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_utils.cc | 450 source_addr != bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) { in bnepu_build_bnep_hdr() 460 source_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in bnepu_build_bnep_hdr()
|
D | bnep_main.cc | 508 dst_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in bnep_data_ind()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_core.cc | 176 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btif_enable_bluetooth_evt()
|
D | btif_pan.cc | 408 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) == 0) { in btpan_tap_open()
|
D | btif_storage.cc | 611 *bd_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btif_storage_get_adapter_property()
|
D | btif_dm.cc | 3186 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()), 0x00); in btif_dm_proc_loc_oob()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 833 controller->GetMacAddress().ToString().c_str()); in bta_hh_co_send_hid_info()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 639 BDADDR_TO_STREAM(p, bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())); in smp_build_id_addr_cmd()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl.h | 150 controller->GetMacAddress(), controller->GetLeFilterAcceptListSize(), in le_impl()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 1421 if (addr == bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) { in BTM_GetMaxPacketSize()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 4336 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btm_sec_pin_code_request()
|