Home
last modified time | relevance | path

Searched refs:STREAM_SKIP_UINT16 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/hci/src/
Dpacket_fragmenter.cc119 STREAM_SKIP_UINT16(stream); in fragment_and_dispatch()
201 STREAM_SKIP_UINT16(stream); in reassemble_and_dispatch()
249 STREAM_SKIP_UINT16(stream); // skip the ISO handle in reassemble_and_dispatch()
/packages/modules/Bluetooth/system/stack/include/
Dbt_types.h198 #define STREAM_SKIP_UINT16(p) \ macro
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc857 STREAM_SKIP_UINT16(p); // rx_pkt_len in btu_hcif_esco_connection_comp_evt()
858 STREAM_SKIP_UINT16(p); // tx_pkt_len in btu_hcif_esco_connection_comp_evt()
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc2131 STREAM_SKIP_UINT16(p); // skip ts LSB halfword in TEST_F()
2132 STREAM_SKIP_UINT16(p); // skip ts MSB halfword in TEST_F()
2134 STREAM_SKIP_UINT16(p); // skip seq_nb in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h838 STREAM_SKIP_UINT16(stream); in handle_iso_data()