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

/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h249 typedef UINT8 tAVRC_STS; typedef
967 tAVRC_STS status;
976 tAVRC_STS status;
985 tAVRC_STS status;
995 tAVRC_STS status;
1005 tAVRC_STS status;
1015 tAVRC_STS status;
1026 tAVRC_STS status;
1036 tAVRC_STS status;
1045 tAVRC_STS statu
[all...]
H A 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/
H A Davrc_pars_ct.c43 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result)
45 tAVRC_STS status = AVRC_STS_NO_ERROR;
117 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_len)
119 tAVRC_STS status = AVRC_STS_INTERNAL_ERR;
H A Davrc_bld_tg.c41 static tAVRC_STS avrc_bld_get_capability_rsp (tAVRC_GET_CAPS_RSP *p_rsp, BT_HDR *p_pkt)
48 tAVRC_STS status = AVRC_STS_NO_ERROR;
119 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp (tAVRC_LIST_APP_ATTR_RSP *p_rsp, BT_HDR *p_pkt)
170 static tAVRC_STS avrc_bld_list_app_settings_values_rsp (tAVRC_LIST_APP_VALUES_RSP *p_rsp,
220 static tAVRC_STS avrc_bld_get_cur_app_setting_value_rsp (tAVRC_GET_CUR_APP_VALUE_RSP *p_rsp,
278 static tAVRC_STS avrc_bld_set_app_setting_value_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt)
299 static tAVRC_STS avrc_bld_app_setting_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, BT_HDR *p_pkt)
304 tAVRC_STS sts = AVRC_STS_NO_ERROR;
370 static tAVRC_STS avrc_bld_get_app_setting_attr_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp,
388 static tAVRC_STS avrc_bld_get_app_setting_value_text_rs
[all...]
H A Davrc_bld_ct.c41 static tAVRC_STS avrc_bld_next_cmd (tAVRC_NEXT_CMD *p_cmd, BT_HDR *p_pkt)
74 static tAVRC_STS avrc_bld_set_abs_volume_cmd (tAVRC_SET_VOLUME_CMD *p_cmd, BT_HDR *p_pkt)
99 static tAVRC_STS avrc_bld_vol_change_notfn(BT_HDR * p_pkt)
191 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt)
193 tAVRC_STS status = AVRC_STS_BAD_PARAM;
H A Davrc_utils.c163 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id)
168 tAVRC_STS status = AVRC_STS_BAD_CMD;
H A Davrc_pars_tg.c41 static tAVRC_STS avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result,
44 tAVRC_STS status = AVRC_STS_NO_ERROR;
282 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
284 tAVRC_STS status = AVRC_STS_INTERNAL_ERR;
H A Davrc_int.h150 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
H A Davrc_api.c243 tAVRC_STS status = AVRC_STS_NO_ERROR;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c676 tAVRC_STS status;
920 tAVRC_STS status;
972 tAVRC_STS status;
1002 tAVRC_STS status;
1385 tAVRC_STS status = BT_STATUS_UNSUPPORTED;
1453 tAVRC_STS BldResp=AVRC_STS_BAD_CMD;
1499 tAVRC_STS status = BT_STATUS_UNSUPPORTED;
1587 tAVRC_STS status = BT_STATUS_UNSUPPORTED;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c80 #define BTA_AV_STS_NO_RSP 0xFF /* a number not used by tAVRC_STS */
724 static tAVRC_STS bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR *p_vendor)
726 tAVRC_STS status = BTA_AV_STS_NO_RSP;
872 tAVRC_STS res;

Completed in 6993 milliseconds