Searched refs:AVRC_STS_BAD_PARAM (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_tg.c77 status = AVRC_STS_BAD_PARAM;
91 status = AVRC_STS_BAD_PARAM;
115 status = AVRC_STS_BAD_PARAM;
131 status = AVRC_STS_BAD_PARAM;
154 status = AVRC_STS_BAD_PARAM;
169 status = AVRC_STS_BAD_PARAM;
206 status = AVRC_STS_BAD_PARAM;
H A Davrc_bld_tg.c53 status = AVRC_STS_BAD_PARAM;
230 return AVRC_STS_BAD_PARAM;
310 return AVRC_STS_BAD_PARAM;
458 return AVRC_STS_BAD_PARAM;
568 status = AVRC_STS_BAD_PARAM;
596 status = AVRC_STS_BAD_PARAM;
609 status = AVRC_STS_BAD_PARAM;
632 status = AVRC_STS_BAD_PARAM;
639 status = AVRC_STS_BAD_PARAM;
643 status = AVRC_STS_BAD_PARAM;
[all...]
H A Davrc_bld_ct.c193 tAVRC_STS status = AVRC_STS_BAD_PARAM;
202 return AVRC_STS_BAD_PARAM;
H A Davrc_api.c273 *(p_data + 4) = AVRC_STS_BAD_PARAM;
297 status = AVRC_STS_BAD_PARAM;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c1089 AVRC_STS_BAD_PARAM);
1109 send_reject_response (btif_rc_cb.rc_handle, label, pavrc_cmd->pdu, AVRC_STS_BAD_PARAM);
1292 avrc_rsp.get_play_status.status = AVRC_STS_BAD_PARAM;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h468 #define BTA_ERROR_INVALID_PARAM AVRC_STS_BAD_PARAM
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c749 status = AVRC_STS_BAD_PARAM;
829 p_rc_rsp->get_caps.status = AVRC_STS_BAD_PARAM;
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h227 #define AVRC_STS_BAD_PARAM 0x01 /* Invalid parameter, sent if the TG received a PDU with a parameter ID that it did not understand. Sent if there is only one parameter ID in the PDU. */ macro

Completed in 344 milliseconds