Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/hardware/bt/include/
Drtk_common.h60 #define STREAM_SKIP_UINT16(p) … macro
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Drtk_common.h60 #define STREAM_SKIP_UINT16(p) \ macro
/device/soc/esp/esp32/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c182 STREAM_SKIP_UINT16(stream); // skip the handle in reassemble_and_dispatch()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h260 #define STREAM_SKIP_UINT16(p) do { (p) += 2; } while (0) macro