Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/
Davrc_pars_ct.c106 } else if (p_result->get_caps.capability_id == AVRC_CAP_COMPANY_ID) { in avrc_pars_vendor_rsp()
Davrc_bld_tg.c76 if (p_rsp->capability_id == AVRC_CAP_COMPANY_ID) { in avrc_bld_get_capability_rsp()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h253 #define AVRC_CAP_COMPANY_ID 0x02 macro
831 #define AVRC_IS_VALID_CAP_ID(a) (((a == AVRC_CAP_COMPANY_ID) || (a == AVRC_CAP_EVENTS_SUP…
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c748 if (u8 == AVRC_CAP_COMPANY_ID) { in bta_av_proc_meta_cmd()