Home
last modified time | relevance | path

Searched refs:tAVRC_STS (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h248 typedef UINT8 tAVRC_STS; typedef
949 tAVRC_STS status;
957 tAVRC_STS status;
965 tAVRC_STS status;
974 tAVRC_STS status;
983 tAVRC_STS status;
992 tAVRC_STS status;
1002 tAVRC_STS status;
1011 tAVRC_STS status;
1019 tAVRC_STS status;
[all …]
Davrc_api.h581 extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result,
594 extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result);
607 extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
620 extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_tg.c43 static tAVRC_STS avrc_bld_get_capability_rsp (tAVRC_GET_CAPS_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_get_capability_rsp()
50 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
111 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp (tAVRC_LIST_APP_ATTR_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_list_app_settings_attr_rsp()
157 static tAVRC_STS avrc_bld_list_app_settings_values_rsp (tAVRC_LIST_APP_VALUES_RSP *p_rsp, in avrc_bld_list_app_settings_values_rsp()
203 static tAVRC_STS avrc_bld_get_cur_app_setting_value_rsp (tAVRC_GET_CUR_APP_VALUE_RSP *p_rsp, in avrc_bld_get_cur_app_setting_value_rsp()
255 static tAVRC_STS avrc_bld_set_app_setting_value_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_set_app_setting_value_rsp()
276 static tAVRC_STS avrc_bld_app_setting_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_app_setting_text_rsp()
281 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
345 static tAVRC_STS avrc_bld_get_app_setting_attr_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, in avrc_bld_get_app_setting_attr_text_rsp()
363 static tAVRC_STS avrc_bld_get_app_setting_value_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, in avrc_bld_get_app_setting_value_text_rsp()
[all …]
Davrc_bld_ct.c43 static tAVRC_STS avrc_bld_next_cmd (tAVRC_NEXT_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_next_cmd()
76 static tAVRC_STS avrc_bld_set_abs_volume_cmd (tAVRC_SET_VOLUME_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_set_abs_volume_cmd()
101 static tAVRC_STS avrc_bld_register_change_notfn(UINT8 event_id, UINT32 event_parameter, BT_HDR *p_p… in avrc_bld_register_change_notfn()
187 static tAVRC_STS avrc_bld_set_player_value_cmd(tAVRC_SET_APP_VALUE_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_set_player_value_cmd()
215 static tAVRC_STS avrc_bld_get_element_attr_cmd (tAVRC_GET_ELEM_ATTRS_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_get_element_attr_cmd()
240 static tAVRC_STS avrc_bld_get_caps_cmd(tAVRC_GET_CAPS_CMD *p_cmd, BT_HDR *p_pkt) in avrc_bld_get_caps_cmd()
267 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt) in AVRC_BldCommand()
269 tAVRC_STS status = AVRC_STS_BAD_PARAM; in AVRC_BldCommand()
Davrc_pars_ct.c44 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result) in avrc_pars_vendor_rsp()
46 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp()
134 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result) in AVRC_ParsResponse()
136 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse()
Davrc_pars_tg.c42 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result, in avrc_pars_vendor_cmd()
45 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd()
280 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len) in AVRC_ParsCommand()
282 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand()
Davrc_utils.c167 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) in avrc_pars_pass_thru()
172 tAVRC_STS status = AVRC_STS_BAD_CMD; in avrc_pars_pass_thru()
Davrc_api.c262 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c338 tAVRC_STS status = AVRC_BldResponse(btc_rc_cb.rc_handle, p_meta_rsp, &p_msg); in send_metamsg_rsp()
352 tAVRC_STS status; in send_metamsg_rsp()
683 tAVRC_STS status; in handle_rc_metamsg_cmd()
793 tAVRC_STS status; in handle_rc_metamsg_rsp()
1075 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_set_player_value_cmd()
1113 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_get_rn_caps_cmd()
1146 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_register_notification_cmd()
1180 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_set_absolute_volume_cmd()
1213 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_metadata_cmd()
1255 tAVRC_STS status = BT_STATUS_UNSUPPORTED; in btc_avrc_ct_send_passthrough_cmd()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h148 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c679 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR *p_vendor) in bta_av_chk_notif_evt_id()
681 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()