Home
last modified time | relevance | path

Searched refs:AVRC_OP_VENDOR (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c208 opcode = AVRC_OP_VENDOR; in avrc_opcode_from_pdu()
230 case AVRC_OP_VENDOR: in avrc_is_valid_opcode()
Davrc_bld_ct.c140 case AVRC_OP_VENDOR: in avrc_bld_init_cmd_buffer()
162 case AVRC_OP_VENDOR: in avrc_bld_init_cmd_buffer()
Davrc_pars_ct.c141 case AVRC_OP_VENDOR: /* 0x00 Vendor-dependent commands */ in AVRC_ParsResponse()
Davrc_opt.c68 *p_data++ = AVRC_OP_VENDOR; in avrc_vendor_msg()
Davrc_api.c169 *p_data++ = AVRC_OP_VENDOR; in avrc_prep_end_frag()
623 case AVRC_OP_VENDOR: in avrc_msg_cback()
949 if (p_pkt->event == AVRC_OP_VENDOR) { in AVRC_MsgReq()
957 *p_data++ = AVRC_OP_VENDOR; in AVRC_MsgReq()
Davrc_pars_tg.c287 case AVRC_OP_VENDOR: /* 0x00 Vendor-dependent commands */ in AVRC_ParsCommand()
Davrc_bld_tg.c740 case AVRC_OP_VENDOR: in avrc_bld_init_rsp_buffer()
762 case AVRC_OP_VENDOR: in avrc_bld_init_rsp_buffer()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c368 opcode = AVRC_OP_VENDOR; in opcode_from_pdu()
651 if (p_meta_msg->p_msg->hdr.opcode != AVRC_OP_VENDOR) { in handle_rc_metamsg_cmd()
788 if ( p_meta_msg->p_msg->hdr.opcode != AVRC_OP_VENDOR) { in handle_rc_metamsg_rsp()
1075 avrc_cmd.set_app_val.opcode = AVRC_OP_VENDOR; in btc_avrc_ct_send_set_player_value_cmd()
1109 avrc_cmd.get_caps.opcode = AVRC_OP_VENDOR; in btc_avrc_ct_send_get_rn_caps_cmd()
1142 avrc_cmd.reg_notif.opcode = AVRC_OP_VENDOR; in btc_avrc_ct_send_register_notification_cmd()
1176 avrc_cmd.volume.opcode = AVRC_OP_VENDOR; in btc_avrc_ct_send_set_absolute_volume_cmd()
1210 avrc_cmd.get_elem_attrs.opcode = AVRC_OP_VENDOR; in btc_avrc_ct_send_metadata_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c248 if (opcode == AVRC_OP_VENDOR && p_msg->vendor.p_vendor_data != NULL) { in bta_av_rc_msg_cback()
269 if (opcode == AVRC_OP_VENDOR) { in bta_av_rc_msg_cback()
874 else if (p_data->rc_msg.opcode == AVRC_OP_VENDOR) { in bta_av_rc_msg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h97 #define AVRC_OP_VENDOR 0x00 /* Vendor-dependent commands */ macro