Searched refs:get_address (Results 1 – 17 of 17) sorted by relevance
/system/bt/gd/security/cert/ |
D | security_test.py | 126 …initiator.create_bond(responder.get_address(), common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_ADDRE… 135 responder.accept_pairing(initiator.get_address(), resp_ui_response) 136 initiator.on_user_input(responder.get_address(), init_ui_response, expected_init_ui_event) 145 initiator.create_bond_out_of_band(responder.get_address(), 156 responder.accept_oob_pairing(initiator.get_address()) 157 initiator.on_user_input(responder.get_address(), init_ui_response, expected_init_ui_event) 164 …initiator.create_bond(responder.get_address(), common.BluetoothAddressTypeEnum.PUBLIC_DEVICE_ADDRE… 168 responder.send_io_caps(initiator.get_address()) 169 passkey = initiator.wait_for_passkey(responder.get_address()) 170 responder.input_passkey(initiator.get_address(), passkey) [all …]
|
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 48 fn get_address(&self) -> String { in get_address() method
|
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 37 fn get_address(&self) -> String; in get_address() method 186 fn get_address(&self) -> String { in get_address() method
|
/system/bt/device/include/ |
D | controller.h | 34 const RawAddress* (*get_address)(void); member
|
/system/bt/test/mock/ |
D | mock_device_controller.cc | 98 const RawAddress* get_address(void) { return &address; } in get_address() function 369 get_address,
|
/system/bt/main/shim/ |
D | controller.cc | 123 static const RawAddress* get_address(void) { return &data_.raw_address; } in get_address() function 311 get_address,
|
/system/bt/device/src/ |
D | controller.cc | 336 static const RawAddress* get_address(void) { in get_address() function 742 get_address,
|
/system/bt/gd/cert/ |
D | py_security.py | 218 def get_address(self): member in PySecurity
|
/system/bt/stack/bnep/ |
D | bnep_utils.cc | 439 if (p_src_addr && *p_src_addr != *controller->get_address()) in bnepu_build_bnep_hdr() 447 if (!p_src_addr) p_src_addr = controller->get_address(); in bnepu_build_bnep_hdr()
|
D | bnep_main.cc | 505 if (!p_dst_addr) p_dst_addr = controller_get_interface()->get_address(); in bnep_data_ind()
|
/system/bt/btif/src/ |
D | btif_core.cc | 271 RawAddress local_bd_addr = *controller_get_interface()->get_address(); in btif_enable_bluetooth_evt()
|
D | btif_pan.cc | 384 if (tap_if_up(TAP_IF_NAME, controller_get_interface()->get_address()) == 0) { in btpan_tap_open()
|
D | btif_storage.cc | 633 *bd_addr = *controller->get_address(); in btif_storage_get_adapter_property()
|
/system/bt/stack/acl/ |
D | btm_acl.cc | 1546 if (addr == *controller_get_interface()->get_address()) { in BTM_GetMaxPacketSize() 2392 p_acl->conn_addr = *controller_get_interface()->get_address(); in btm_ble_refresh_local_resolvable_private_addr()
|
/system/bt/stack/smp/ |
D | smp_utils.cc | 630 BDADDR_TO_STREAM(p, *controller_get_interface()->get_address()); in smp_build_id_addr_cmd()
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 268 p_inst->own_address = *controller_get_interface()->get_address(); in RegisterAdvertiser()
|
D | btm_sec.cc | 4087 RawAddress local_bd_addr = *controller_get_interface()->get_address(); in btm_sec_pin_code_request()
|