Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c69 AVRC_CO_ID_TO_BE_STREAM(p_data, p_msg->company_id); in avrc_vendor_msg()
Davrc_api.c170 AVRC_CO_ID_TO_BE_STREAM(p_data, AVRC_CO_METADATA); in avrc_prep_end_frag()
574 AVRC_CO_ID_TO_BE_STREAM(p_rsp_data, avrc_cb.ccb[handle].company_id); in avrc_msg_cback()
958 AVRC_CO_ID_TO_BE_STREAM(p_data, AVRC_CO_METADATA); in AVRC_MsgReq()
970 AVRC_CO_ID_TO_BE_STREAM(p_data, AVRC_CO_METADATA); in AVRC_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h850 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8… macro