Home
last modified time | relevance | path

Searched refs:get_address (Results 1 – 12 of 12) sorted by relevance

/system/bt/device/include/
Dcontroller.h34 const RawAddress* (*get_address)(void); member
/system/bt/device/src/
Dcontroller.cc299 static const RawAddress* get_address(void) { in get_address() function
535 get_address,
/system/bt/stack/btm/
Dbtm_ble_addr.cc431 p->conn_addr = *controller_get_interface()->get_address(); in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_acl.cc228 p->conn_addr = *controller_get_interface()->get_address(); in btm_acl_created()
1695 if (addr == *controller_get_interface()->get_address()) { in btm_get_max_packet_size()
Dbtm_ble_multi_adv.cc267 p_inst->own_address = *controller_get_interface()->get_address(); in RegisterAdvertiser()
Dbtm_sec.cc1618 BDADDR_TO_STREAM(p, *controller_get_interface()->get_address()); in BTM_BuildOobData()
/system/bt/stack/bnep/
Dbnep_utils.cc440 if (p_src_addr && *p_src_addr != *controller->get_address()) in bnepu_build_bnep_hdr()
448 if (!p_src_addr) p_src_addr = controller->get_address(); in bnepu_build_bnep_hdr()
Dbnep_main.cc615 if (!p_dst_addr) p_dst_addr = controller_get_interface()->get_address(); in bnep_data_ind()
/system/bt/btif/src/
Dbtif_pan.cc402 if (tap_if_up(TAP_IF_NAME, controller_get_interface()->get_address()) == 0) { in btpan_tap_open()
Dbtif_core.cc349 RawAddress local_bd_addr = *controller_get_interface()->get_address(); in btif_enable_bluetooth_evt()
Dbtif_storage.cc646 *bd_addr = *controller->get_address(); in btif_storage_get_adapter_property()
/system/bt/stack/smp/
Dsmp_utils.cc618 BDADDR_TO_STREAM(p, *controller_get_interface()->get_address()); in smp_build_id_addr_cmd()