Home
last modified time | relevance | path

Searched defs:AVRC_CO_ID_TO_BE_STREAM (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h74 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8… macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h849 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8… macro