/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req() 639 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req() 640 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req() 641 UINT32_TO_STREAM (p, p_cfg->qos.latency); in l2cu_send_peer_config_req() 642 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req() 670 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req() 671 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req() 672 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req() 738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp() 739 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp() [all …]
|
D | l2c_fcr.c | 1779 UINT32_TO_STREAM (p, GKI_get_os_tick_count()); in l2c_fcr_get_next_xmit_sdu_seg()
|
/external/bluetooth/bluedroid/hci/include/ |
D | utils.h | 36 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ =… macro
|
/external/bluetooth/bluedroid/stack/hcic/ |
D | hcicmds.c | 689 UINT32_TO_STREAM (pp, tx_bw); in btsnd_hcic_setup_esco_conn() 690 UINT32_TO_STREAM (pp, rx_bw); in btsnd_hcic_setup_esco_conn() 720 UINT32_TO_STREAM (pp, tx_bw); in btsnd_hcic_accept_esco_conn() 721 UINT32_TO_STREAM (pp, rx_bw); in btsnd_hcic_accept_esco_conn() 897 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_qos_setup() 898 UINT32_TO_STREAM (pp, peak); in btsnd_hcic_qos_setup() 899 UINT32_TO_STREAM (pp, latency); in btsnd_hcic_qos_setup() 900 UINT32_TO_STREAM (pp, delay_var); in btsnd_hcic_qos_setup() 1059 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_flow_specification() 1060 UINT32_TO_STREAM (pp, token_bucket_size); in btsnd_hcic_flow_specification() [all …]
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble.c | 1882 UINT32_TO_STREAM(pp, btm_cb.devcb.test_local_sign_cntr); in BTM_BleDataSignature() 1886 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); in BTM_BleDataSignature() 1889 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); in BTM_BleDataSignature() 1914 UINT32_TO_STREAM(p_mac, btm_cb.devcb.test_local_sign_cntr); in BTM_BleDataSignature() 1918 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter); in BTM_BleDataSignature() 1921 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter); in BTM_BleDataSignature()
|
D | btm_ble_adv_filter.c | 853 UINT32_TO_STREAM(p, p_uuid_cond->uuid.uu.uuid32); in btm_ble_update_uuid_filter() 876 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask); in btm_ble_update_uuid_filter() 1004 UINT32_TO_STREAM(p, BTM_BLE_PF_SELECT_NONE); in btm_ble_clear_scan_pf_filter()
|
D | btm_ble_batchscan.c | 515 UINT32_TO_STREAM (pp_scan, scan_window); in btm_ble_set_batchscan_param() 516 UINT32_TO_STREAM (pp_scan, scan_interval); in btm_ble_set_batchscan_param()
|
D | btm_ble_gap.c | 1270 UINT32_TO_STREAM(p, *(p_data->p_service_32b->p_uuid + i)); in btm_ble_build_adv_data() 1311 UINT32_TO_STREAM(p, *(p_data->p_sol_service_32b->p_uuid + i)); in btm_ble_build_adv_data() 1347 UINT32_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid32); in btm_ble_build_adv_data()
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_types.h | 54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_dm.c | 552 UINT32_TO_STREAM (p, addr); in nfc_hal_dm_check_pre_set_mem() 554 UINT32_TO_STREAM (p, p_nfc_hal_dm_pre_set_mem[nfc_hal_cb.pre_set_mem_idx].data); in nfc_hal_dm_check_pre_set_mem()
|
/external/bluetooth/bluedroid/stack/smp/ |
D | smp_utils.c | 475 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
|
D | smp_keys.c | 200 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
|
/external/bluetooth/bluedroid/stack/include/ |
D | bt_types.h | 245 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
|
/external/libnfc-nci/src/include/ |
D | bt_types.h | 222 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
|
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 479 UINT32_TO_STREAM (p_dst, 0); in ce_t3t_handle_check_cmd()
|
D | rw_t3t.c | 711 UINT32_TO_STREAM (p, 0); in rw_t3t_send_update_ndef_attribute_cmd()
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_utils.c | 989 UINT32_TO_STREAM(p, uuid_32); in gatt_convert_uuid32_to_uuid128()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_act.c | 4354 UINT32_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid32); in bta_dm_set_eir()
|