Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c188 STREAM_SKIP_UINT16(stream); // skip the handle in reassemble_and_dispatch()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c456 STREAM_SKIP_UINT16(p); in bta_hf_client_sco_co_in_data()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c546 STREAM_SKIP_UINT16(p); in bta_ag_sco_co_in_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h260 #define STREAM_SKIP_UINT16(p) do { (p) += 2; } while (0) macro