Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/gd/hci/facade/
Dcontroller_facade.cc46 ::grpc::Status GetMacAddress( in GetMacAddress() function in bluetooth::hci::facade::ControllerFacadeService
50 Address local_address = controller_->GetMacAddress(); in GetMacAddress()
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc44 return ToRawAddress(controller_->GetMacAddress()); in read_local_addr()
/packages/modules/Bluetooth/system/gd/facade/
Dread_only_property_server.cc31 auto address = controller_->GetMacAddress().ToString(); in ReadLocalAddress()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h116 MOCK_METHOD(Address, GetMacAddress, (), (const));
Dcontroller_interface_mock.h116 MOCK_METHOD(Address, GetMacAddress, (), (const));
Dcontroller_interface.h124 virtual Address GetMacAddress() const = 0;
Dcontroller.h131 virtual Address GetMacAddress() const override;
Dcontroller_test.cc401 ASSERT_EQ(controller_->GetMacAddress(), Address::kAny); in TEST_F()
Dacl_manager_test.cc117 EXPECT_CALL(*test_controller_, GetMacAddress()); in SetUp()
Dcontroller.cc1380 Address Controller::GetMacAddress() const { in GetMacAddress() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto9 rpc GetMacAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {} rpc
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dsecurity_test.py95 self.dut.address = self.dut.hci_controller.GetMacAddress(empty_proto.Empty()).address
97 self.cert.address = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address
Dle_security_test.py65 raw_addr = self.dut.hci_controller.GetMacAddress(empty_proto.Empty()).address
74 address=self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address),
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/hci/
Dle_advanced_scanning_test.py106 public_address_bytes = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address
116 public_address_bytes = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc447 bluetooth::shim::GetController()->GetMacAddress())) in bnepu_build_bnep_hdr()
457 bluetooth::shim::GetController()->GetMacAddress()); in bnepu_build_bnep_hdr()
Dbnep_main.cc510 bluetooth::shim::GetController()->GetMacAddress()); in bnep_data_ind()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc182 bluetooth::shim::GetController()->GetMacAddress()); in btif_enable_bluetooth_evt()
Dbtif_pan.cc386 bluetooth::shim::GetController()->GetMacAddress())) == 0) { in btpan_tap_open()
Dbtif_storage.cc609 bluetooth::shim::GetController()->GetMacAddress()); in btif_storage_get_adapter_property()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc614 controller->GetMacAddress().ToString().c_str()); in bta_hh_co_send_hid_info()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc98 Address controllerAddress = controller_->GetMacAddress(); in Init()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_device.py255 …self.hci_controller.GetMacAddressSimple = lambda: self.hci_controller.GetMacAddress(empty_proto.Em…
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc661 bluetooth::shim::GetController()->GetMacAddress())); in smp_build_id_addr_cmd()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h142 controller->GetMacAddress(), in le_impl()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1519 bluetooth::shim::GetController()->GetMacAddress())) { in BTM_GetMaxPacketSize()

12