Home
last modified time | relevance | path

Searched refs:GetMacAddress (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc48 return ToRawAddress(controller_->GetMacAddress()); in read_local_addr()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_interface_mock.h116 MOCK_METHOD(Address, GetMacAddress, (), (const));
Dcontroller_mock.h116 MOCK_METHOD(Address, GetMacAddress, (), (const));
Dcontroller_interface.h128 virtual Address GetMacAddress() const = 0;
Dcontroller.h133 virtual Address GetMacAddress() const override;
Dcontroller_test.cc390 ASSERT_EQ(controller_->GetMacAddress(), Address::kAny); in TEST_F()
Dcontroller.cc1397 Address Controller::GetMacAddress() const { return impl_->mac_address_; } in GetMacAddress() function in bluetooth::hci::Controller
Dacl_manager_test.cc111 EXPECT_CALL(*test_controller_, GetMacAddress()); in SetUp()
Dle_advertising_manager.cc463 return AddressWithType(controller_->GetMacAddress(), AddressType::PUBLIC_DEVICE_ADDRESS); in new_advertiser_address()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc450 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()
Dbnep_main.cc508 dst_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in bnep_data_ind()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc176 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btif_enable_bluetooth_evt()
Dbtif_pan.cc408 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) == 0) { in btpan_tap_open()
Dbtif_storage.cc611 *bd_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btif_storage_get_adapter_property()
Dbtif_dm.cc3186 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()), 0x00); in btif_dm_proc_loc_oob()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc833 controller->GetMacAddress().ToString().c_str()); in bta_hh_co_send_hid_info()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc639 BDADDR_TO_STREAM(p, bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())); in smp_build_id_addr_cmd()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h150 controller->GetMacAddress(), controller->GetLeFilterAcceptListSize(), in le_impl()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1421 if (addr == bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) { in BTM_GetMaxPacketSize()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc4336 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btm_sec_pin_code_request()