Searched refs:BDADDR_TO_STREAM (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 158 BDADDR_TO_STREAM (pp, dest); in btsnd_hcic_create_conn() 239 BDADDR_TO_STREAM (pp, dest); in btsnd_hcic_create_conn_cancel() 261 BDADDR_TO_STREAM (pp, dest); in btsnd_hcic_accept_conn() 287 BDADDR_TO_STREAM (pp, dest); in btsnd_hcic_reject_conn() 313 BDADDR_TO_STREAM (pp, bd_addr); in btsnd_hcic_link_key_req_reply() 337 BDADDR_TO_STREAM (pp, bd_addr); in btsnd_hcic_link_key_neg_reply() 362 BDADDR_TO_STREAM (pp, bd_addr); in btsnd_hcic_pin_code_req_reply() 395 BDADDR_TO_STREAM (pp, bd_addr); in btsnd_hcic_pin_code_neg_reply() 490 BDADDR_TO_STREAM (pp, bd_addr); in btsnd_hcic_rmt_name_req() 517 BDADDR_TO_STREAM (pp, bd_addr); in btsnd_hcic_rmt_name_req_cancel() [all …]
|
D | hciblecmds.c | 108 BDADDR_TO_STREAM (pp, random_bda); in btsnd_hcic_ble_set_random_addr() 138 BDADDR_TO_STREAM (pp, direct_bda); in btsnd_hcic_ble_write_adv_params() 344 BDADDR_TO_STREAM (pp, bda_peer); in btsnd_hcic_ble_create_ll_conn() 419 BDADDR_TO_STREAM (pp, bda); in btsnd_hcic_ble_add_white_list() 443 BDADDR_TO_STREAM (pp, bda); in btsnd_hcic_ble_remove_from_white_list() 857 BDADDR_TO_STREAM (pp, bda_peer); in btsnd_hcic_ble_add_device_resolving_list() 883 BDADDR_TO_STREAM (pp, bda_peer); in btsnd_hcic_ble_rm_device_resolving_list() 929 BDADDR_TO_STREAM (pp, bda_peer); in btsnd_hcic_ble_read_resolvable_addr_peer() 953 BDADDR_TO_STREAM (pp, bda_peer); in btsnd_hcic_ble_read_resolvable_addr_local() 1233 BDADDR_TO_STREAM (pp, rand_addr); in btsnd_hcic_ble_set_extend_rand_address() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 271 BDADDR_TO_STREAM (pp, p_inst->rpa); in btm_ble_multi_adv_set_params() 276 BDADDR_TO_STREAM (pp, controller_get_interface()->get_address()->address); in btm_ble_multi_adv_set_params() 283 BDADDR_TO_STREAM (pp, dummy); in btm_ble_multi_adv_set_params() 349 BDADDR_TO_STREAM(pp, random_addr); in btm_ble_multi_adv_write_rpa()
|
D | btm_ble_privacy.c | 560 BDADDR_TO_STREAM(p, p_dev_rec->ble.static_addr); in btm_ble_remove_resolving_list_entry() 918 BDADDR_TO_STREAM(p, p_dev_rec->ble.static_addr); in btm_ble_resolving_list_load_dev()
|
D | btm_ble_adv_filter.c | 738 BDADDR_TO_STREAM(p, p_addr->bda); in btm_ble_update_addr_filter() 803 BDADDR_TO_STREAM(p, p_uuid_cond->p_target_addr->bda); in btm_ble_update_uuid_filter()
|
D | btm_sec.c | 1755 BDADDR_TO_STREAM(p, controller_get_interface()->get_address()->address); in BTM_BuildOobData() 6027 BDADDR_TO_STREAM(p_rem_bd_addr, p_dev_rec->bd_addr); in btm_sec_set_peer_sec_caps()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 605 BDADDR_TO_STREAM (p, btm_cb.ble_ctr_cb.addr_mgnt_cb.static_rand_addr); in smp_build_id_addr_cmd() 610 BDADDR_TO_STREAM (p, controller_get_interface()->get_address()->address); in smp_build_id_addr_cmd() 1470 BDADDR_TO_STREAM(p, bda); in smp_collect_local_ble_address() 1497 BDADDR_TO_STREAM(p, bda); in smp_collect_peer_ble_address()
|
D | smp_keys.c | 624 BDADDR_TO_STREAM(p, remote_bda); in smp_gen_p2_4_confirm() 626 BDADDR_TO_STREAM(p, p_cb->local_bda); in smp_gen_p2_4_confirm() 629 BDADDR_TO_STREAM(p, p_cb->local_bda); in smp_gen_p2_4_confirm() 631 BDADDR_TO_STREAM(p, remote_bda); in smp_gen_p2_4_confirm()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | bt_types.h | 240 #define BDADDR_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < BD_ADDR_LEN; ijk++) *(p)++… macro
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 2150 BDADDR_TO_STREAM(pp,bda); in btm_ble_resolve_random_addr_adv_ext()
|