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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 77 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;
avrc_bld_tg.c 52 status = AVRC_STS_BAD_PARAM;
229 return AVRC_STS_BAD_PARAM;
306 return AVRC_STS_BAD_PARAM;
448 return AVRC_STS_BAD_PARAM;
558 status = AVRC_STS_BAD_PARAM;
586 status = AVRC_STS_BAD_PARAM;
599 status = AVRC_STS_BAD_PARAM;
622 status = AVRC_STS_BAD_PARAM;
629 status = AVRC_STS_BAD_PARAM;
633 status = AVRC_STS_BAD_PARAM;
    [all...]
avrc_api.c 271 *(p_data + 4) = AVRC_STS_BAD_PARAM;
295 status = AVRC_STS_BAD_PARAM;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 856 AVRC_STS_BAD_PARAM);
876 send_reject_response (btif_rc_cb.rc_handle, label, pavrc_cmd->pdu, AVRC_STS_BAD_PARAM);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 457 #define BTA_ERROR_INVALID_PARAM AVRC_STS_BAD_PARAM
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 740 status = AVRC_STS_BAD_PARAM;
820 p_rc_rsp->get_caps.status = AVRC_STS_BAD_PARAM;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 227 #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. */
    [all...]

Completed in 25 milliseconds