Home
last modified time | relevance | path

Searched defs:STREAM_TO_UINT16 (Results 1 – 5 of 5) sorted by relevance

/device/board/unionman/unionpi_tiger/hardware/bt/include/
Drtk_common.h23 #define STREAM_TO_UINT16(u16, p) … macro
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Drtk_common.h23 #define STREAM_TO_UINT16(u16, p) \ macro
/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dhardware.c112 #define STREAM_TO_UINT16(u16, p) \ macro
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dhardware.c106 #define STREAM_TO_UINT16(u16, p) \ macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h247 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} macro