/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | controller_facade.cc | 46 ::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/ |
D | controller_shim.cc | 44 return ToRawAddress(controller_->GetMacAddress()); in read_local_addr()
|
/packages/modules/Bluetooth/system/gd/facade/ |
D | read_only_property_server.cc | 31 auto address = controller_->GetMacAddress().ToString(); in ReadLocalAddress()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_mock.h | 116 MOCK_METHOD(Address, GetMacAddress, (), (const));
|
D | controller_interface_mock.h | 116 MOCK_METHOD(Address, GetMacAddress, (), (const));
|
D | controller_interface.h | 124 virtual Address GetMacAddress() const = 0;
|
D | controller.h | 131 virtual Address GetMacAddress() const override;
|
D | controller_test.cc | 401 ASSERT_EQ(controller_->GetMacAddress(), Address::kAny); in TEST_F()
|
D | acl_manager_test.cc | 117 EXPECT_CALL(*test_controller_, GetMacAddress()); in SetUp()
|
D | controller.cc | 1380 Address Controller::GetMacAddress() const { in GetMacAddress() function in bluetooth::hci::Controller
|
/packages/modules/Bluetooth/system/blueberry/facade/hci/ |
D | controller_facade.proto | 9 rpc GetMacAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {} rpc
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/ |
D | security_test.py | 95 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
|
D | le_security_test.py | 65 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/ |
D | le_advanced_scanning_test.py | 106 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/ |
D | bnep_utils.cc | 447 bluetooth::shim::GetController()->GetMacAddress())) in bnepu_build_bnep_hdr() 457 bluetooth::shim::GetController()->GetMacAddress()); in bnepu_build_bnep_hdr()
|
D | bnep_main.cc | 510 bluetooth::shim::GetController()->GetMacAddress()); in bnep_data_ind()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_core.cc | 182 bluetooth::shim::GetController()->GetMacAddress()); in btif_enable_bluetooth_evt()
|
D | btif_pan.cc | 386 bluetooth::shim::GetController()->GetMacAddress())) == 0) { in btpan_tap_open()
|
D | btif_storage.cc | 609 bluetooth::shim::GetController()->GetMacAddress()); in btif_storage_get_adapter_property()
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_hh_co.cc | 614 controller->GetMacAddress().ToString().c_str()); in bta_hh_co_send_hid_info()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 98 Address controllerAddress = controller_->GetMacAddress(); in Init()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | gd_device.py | 255 …self.hci_controller.GetMacAddressSimple = lambda: self.hci_controller.GetMacAddress(empty_proto.Em…
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 661 bluetooth::shim::GetController()->GetMacAddress())); in smp_build_id_addr_cmd()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl.h | 142 controller->GetMacAddress(), in le_impl()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 1519 bluetooth::shim::GetController()->GetMacAddress())) { in BTM_GetMaxPacketSize()
|