Home
last modified time | relevance | path

Searched refs:UINT32_TO_STREAM (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c638 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 …]
Dl2c_fcr.c1779 UINT32_TO_STREAM (p, GKI_get_os_tick_count()); in l2c_fcr_get_next_xmit_sdu_seg()
/external/bluetooth/bluedroid/hci/include/
Dutils.h36 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ =… macro
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c689 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/
Dbtm_ble.c1882 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()
Dbtm_ble_adv_filter.c853 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()
Dbtm_ble_batchscan.c515 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()
Dbtm_ble_gap.c1270 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/
Dnfc_types.h54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c552 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/
Dsmp_utils.c475 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
Dsmp_keys.c200 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h245 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/src/include/
Dbt_types.h222 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c479 UINT32_TO_STREAM (p_dst, 0); in ce_t3t_handle_check_cmd()
Drw_t3t.c711 UINT32_TO_STREAM (p, 0); in rw_t3t_send_update_ndef_attribute_cmd()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c989 UINT32_TO_STREAM(p, uuid_32); in gatt_convert_uuid32_to_uuid128()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c4354 UINT32_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid32); in bta_dm_set_eir()