Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/
H A 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()
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()
1014 UINT24_TO_STREAM(p, 0xEA); // CIG sync delay in TEST_F()
[all …]
/aosp12/system/bt/stack/hcic/
H A 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()
/aosp12/system/bt/stack/btm/
H A Dble_advertiser_hci_interface.cc553 UINT24_TO_STREAM(pp, adv_int_min); in SetParameters()
554 UINT24_TO_STREAM(pp, adv_int_max); in SetParameters()
/aosp12/system/bt/stack/include/
H A Dbt_types.h162 #define UINT24_TO_STREAM(p, u24) \ macro