Home
last modified time | relevance | path

Searched refs:UINT24_TO_STREAM (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/test/
Dbtm_iso_test.cc182 UINT24_TO_STREAM(p, 0xEA); // CIG sync delay in InitIsoManager()
183 UINT24_TO_STREAM(p, 0xEB); // CIS sync delay in InitIsoManager()
184 UINT24_TO_STREAM(p, 0xEC); // transport latency mtos in InitIsoManager()
185 UINT24_TO_STREAM(p, 0xED); // transport latency stom in InitIsoManager()
223 UINT24_TO_STREAM(p, volatile_test_big_params_evt_.big_sync_delay); in InitIsoManager()
224 UINT24_TO_STREAM( in InitIsoManager()
932 UINT24_TO_STREAM(p, 0xEA); // CIG sync delay in TEST_F()
933 UINT24_TO_STREAM(p, 0xEB); // CIS sync delay in TEST_F()
934 UINT24_TO_STREAM(p, 0xEC); // transport latency mtos in TEST_F()
935 UINT24_TO_STREAM(p, 0xED); // transport latency stom in TEST_F()
[all …]
/system/bt/stack/hcic/
Dhciblecmds.cc915 UINT24_TO_STREAM(pp, sdu_itv_mtos); in btsnd_hcic_set_cig_params()
916 UINT24_TO_STREAM(pp, sdu_itv_stom); in btsnd_hcic_set_cig_params()
1030 UINT24_TO_STREAM(pp, sdu_itv); in btsnd_hcic_create_big()
1123 UINT24_TO_STREAM(pp, controller_delay); in btsnd_hcic_setup_iso_data_path()
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc553 UINT24_TO_STREAM(pp, adv_int_min); in SetParameters()
554 UINT24_TO_STREAM(pp, adv_int_max); in SetParameters()
/system/bt/stack/include/
Dbt_types.h162 #define UINT24_TO_STREAM(p, u24) \ macro