Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_bt_device.c20 return controller_get_interface()->get_address()->address; in esp_bt_dev_get_address()
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dcontroller.h37 const bt_bdaddr_t *(*get_address)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c325 static const bt_bdaddr_t *get_address(void) in get_address() function
540 get_address,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c615 memcpy(p->conn_addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_multi_adv.c276 BDADDR_TO_STREAM (pp, controller_get_interface()->get_address()->address); in btm_ble_multi_adv_set_params()
Dbtm_acl.c290 memcpy(p->conn_addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in btm_acl_created()
1681 if (memcmp (controller_get_interface()->get_address(), addr, BD_ADDR_LEN) == 0) { in btm_get_max_packet_size()
Dbtm_ble_gap.c2082 memcpy(addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in BTM_BleGetCurrentAddress()
Dbtm_sec.c1755 BDADDR_TO_STREAM(p, controller_get_interface()->get_address()->address); in BTM_BuildOobData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c610 BDADDR_TO_STREAM (p, controller_get_interface()->get_address()->address); in smp_build_id_addr_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c70 …if (memcmp((uint8_t *)p_bd_addr, (uint8_t *)&controller_get_interface()->get_address()->address, s… in l2cu_allocate_lcb()