HomeSort by relevance Sort by last modified time
    Searched refs:tAVRC_STS (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 249 typedef UINT8 tAVRC_STS;
    [all...]
avrc_api.h 566 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/
avrc_pars_ct.c 43 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;
avrc_bld_tg.c 41 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_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp
    [all...]
avrc_bld_ct.c 41 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;
avrc_utils.c 163 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id)
168 tAVRC_STS status = AVRC_STS_BAD_CMD;
avrc_pars_tg.c 41 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;
avrc_int.h 150 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
avrc_api.c 243 tAVRC_STS status = AVRC_STS_NO_ERROR;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 676 tAVRC_STS status;
920 tAVRC_STS status;
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 80 #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;
    [all...]

Completed in 149 milliseconds