Searched refs:UINT32_TO_STREAM (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 712 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req() 713 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req() 714 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req() 715 UINT32_TO_STREAM (p, p_cfg->qos.latency); in l2cu_send_peer_config_req() 716 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req() 741 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req() 742 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req() 743 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req() 810 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp() 811 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp() [all …]
|
D | l2c_fcr.c | 1659 UINT32_TO_STREAM (p, osi_time_get_os_boottime_ms()); in l2c_fcr_get_next_xmit_sdu_seg()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 659 UINT32_TO_STREAM (pp, tx_bw); in btsnd_hcic_setup_esco_conn() 660 UINT32_TO_STREAM (pp, rx_bw); in btsnd_hcic_setup_esco_conn() 691 UINT32_TO_STREAM (pp, tx_bw); in btsnd_hcic_accept_esco_conn() 692 UINT32_TO_STREAM (pp, rx_bw); in btsnd_hcic_accept_esco_conn() 878 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_qos_setup() 879 UINT32_TO_STREAM (pp, peak); in btsnd_hcic_qos_setup() 880 UINT32_TO_STREAM (pp, latency); in btsnd_hcic_qos_setup() 881 UINT32_TO_STREAM (pp, delay_var); in btsnd_hcic_qos_setup() 1576 UINT32_TO_STREAM (pp, value); in btsnd_hcic_user_passkey_reply()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_adv_filter.c | 833 UINT32_TO_STREAM(p, p_uuid_cond->uuid.uu.uuid32); in btm_ble_update_uuid_filter() 848 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask); in btm_ble_update_uuid_filter() 973 UINT32_TO_STREAM(p, BTM_BLE_PF_SELECT_NONE); in btm_ble_clear_scan_pf_filter()
|
D | btm_ble_batchscan.c | 535 UINT32_TO_STREAM (pp_scan, scan_window); in btm_ble_set_batchscan_param() 536 UINT32_TO_STREAM (pp_scan, scan_interval); in btm_ble_set_batchscan_param()
|
D | btm_ble_gap.c | 440 UINT32_TO_STREAM(pp_scan, scan_int); in btm_ble_send_extended_scan_params() 441 UINT32_TO_STREAM(pp_scan, scan_win); in btm_ble_send_extended_scan_params() 2341 UINT32_TO_STREAM(p, *(p_data->p_service_32b->p_uuid + i)); in btm_ble_build_adv_data() 2377 UINT32_TO_STREAM(p, *(p_data->p_sol_service_32b->p_uuid + i)); in btm_ble_build_adv_data() 2408 UINT32_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid32); in btm_ble_build_adv_data()
|
D | btm_ble.c | 2348 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); 2349 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | bt_types.h | 232 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 223 UINT32_TO_STREAM(tt, passkey); in smp_use_static_passkey() 292 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
|
D | smp_act.c | 1864 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification() 1867 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification()
|
D | smp_utils.c | 838 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1133 UINT32_TO_STREAM(p, uuid_32); in gatt_convert_uuid32_to_uuid128()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 4234 UINT32_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid32); in bta_dm_set_eir()
|