Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Davrc_defs.h249 typedef UINT8 tAVRC_STS; typedef
969 tAVRC_STS status;
978 tAVRC_STS status;
987 tAVRC_STS status;
997 tAVRC_STS status;
1007 tAVRC_STS status;
1017 tAVRC_STS status;
1028 tAVRC_STS status;
1038 tAVRC_STS status;
1047 tAVRC_STS status;
[all …]
Davrc_api.h566 AVRC_API extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result,
579 AVRC_API extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result,
593 AVRC_API extern tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
606 AVRC_API extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
/external/bluetooth/bluedroid/stack/avrc/
Davrc_bld_tg.c40 static tAVRC_STS avrc_bld_get_capability_rsp (tAVRC_GET_CAPS_RSP *p_rsp, BT_HDR *p_pkt) in avrc_bld_get_capability_rsp()
47 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
118 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()
169 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()
219 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()
277 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()
295 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()
300 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
366 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()
384 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_pars_tg.c41 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result, in avrc_pars_vendor_cmd()
44 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd()
272 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len) in AVRC_ParsCommand()
274 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsCommand()
Davrc_utils.c164 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) in avrc_pars_pass_thru()
169 tAVRC_STS status = AVRC_STS_BAD_CMD; in avrc_pars_pass_thru()
Davrc_int.h150 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
Davrc_api.c241 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_proc_vendor_command()
/external/bluetooth/bluedroid/btif/src/
Dbtif_rc.c476 tAVRC_STS status; in handle_rc_metamsg_cmd()
687 tAVRC_STS status; in send_metamsg_rsp()
739 tAVRC_STS status; in send_metamsg_rsp()
769 tAVRC_STS status; in send_metamsg_rsp()
/external/bluetooth/bluedroid/bta/av/
Dbta_av_act.c715 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR *p_vendor) in bta_av_chk_notif_evt_id()
717 tAVRC_STS status = BTA_AV_STS_NO_RSP; in bta_av_chk_notif_evt_id()
863 tAVRC_STS res; in bta_av_rc_msg()