Searched refs:STREAM_SKIP_UINT16 (Results 1 – 4 of 4) sorted by relevance
188 STREAM_SKIP_UINT16(stream); // skip the handle in reassemble_and_dispatch()
456 STREAM_SKIP_UINT16(p); in bta_hf_client_sco_co_in_data()
546 STREAM_SKIP_UINT16(p); in bta_ag_sco_co_in_data()
260 #define STREAM_SKIP_UINT16(p) do { (p) += 2; } while (0) macro