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

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h36 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);} macro
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c638 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
639 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size);
640 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth);
641 UINT32_TO_STREAM (p, p_cfg->qos.latency);
642 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation);
670 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.sdu_inter_time);
671 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.access_latency);
672 UINT32_TO_STREAM (p, p_cfg->ext_flow_spec.flush_timeout);
738 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
739 UINT32_TO_STREAM (
[all...]
H A Dl2c_fcr.c1779 UINT32_TO_STREAM (p, GKI_get_os_tick_count());
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c1882 UINT32_TO_STREAM(pp, btm_cb.devcb.test_local_sign_cntr);
1886 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter);
1889 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter);
1914 UINT32_TO_STREAM(p_mac, btm_cb.devcb.test_local_sign_cntr);
1918 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter);
1921 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter);
H A Dbtm_ble_batchscan.c515 UINT32_TO_STREAM (pp_scan, scan_window);
516 UINT32_TO_STREAM (pp_scan, scan_interval);
H A Dbtm_ble_adv_filter.c853 UINT32_TO_STREAM(p, p_uuid_cond->uuid.uu.uuid32);
876 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask);
1004 UINT32_TO_STREAM(p, BTM_BLE_PF_SELECT_NONE);
H A Dbtm_ble_gap.c1270 UINT32_TO_STREAM(p, *(p_data->p_service_32b->p_uuid + i));
1311 UINT32_TO_STREAM(p, *(p_data->p_sol_service_32b->p_uuid + i));
1347 UINT32_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid32);
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c689 UINT32_TO_STREAM (pp, tx_bw);
690 UINT32_TO_STREAM (pp, rx_bw);
720 UINT32_TO_STREAM (pp, tx_bw);
721 UINT32_TO_STREAM (pp, rx_bw);
897 UINT32_TO_STREAM (pp, token_rate);
898 UINT32_TO_STREAM (pp, peak);
899 UINT32_TO_STREAM (pp, latency);
900 UINT32_TO_STREAM (pp, delay_var);
1059 UINT32_TO_STREAM (pp, token_rate);
1060 UINT32_TO_STREAM (p
[all...]
/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);} macro
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c475 UINT32_TO_STREAM(p, passkey);
H A Dsmp_keys.c200 UINT32_TO_STREAM(tt, passkey);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c552 UINT32_TO_STREAM (p, addr);
554 UINT32_TO_STREAM (p, p_nfc_hal_dm_pre_set_mem[nfc_hal_cb.pre_set_mem_idx].data);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c479 UINT32_TO_STREAM (p_dst, 0);
H A Drw_t3t.c711 UINT32_TO_STREAM (p, 0);
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h245 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h222 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);} macro
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c989 UINT32_TO_STREAM(p, uuid_32);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4354 UINT32_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid32);

Completed in 610 milliseconds