Searched refs:get_address (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_bt_device.c | 20 return controller_get_interface()->get_address()->address; in esp_bt_dev_get_address()
|
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/ |
D | controller.h | 37 const bt_bdaddr_t *(*get_address)(void); member
|
/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | controller.c | 325 static const bt_bdaddr_t *get_address(void) in get_address() function 540 get_address,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_addr.c | 615 memcpy(p->conn_addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in btm_ble_refresh_local_resolvable_private_addr()
|
D | btm_ble_multi_adv.c | 276 BDADDR_TO_STREAM (pp, controller_get_interface()->get_address()->address); in btm_ble_multi_adv_set_params()
|
D | btm_acl.c | 290 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()
|
D | btm_ble_gap.c | 2082 memcpy(addr, &controller_get_interface()->get_address()->address, BD_ADDR_LEN); in BTM_BleGetCurrentAddress()
|
D | btm_sec.c | 1755 BDADDR_TO_STREAM(p, controller_get_interface()->get_address()->address); in BTM_BuildOobData()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 610 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/ |
D | l2c_utils.c | 70 …if (memcmp((uint8_t *)p_bd_addr, (uint8_t *)&controller_get_interface()->get_address()->address, s… in l2cu_allocate_lcb()
|