Home
last modified time | relevance | path

Searched refs:AVRC_PDU_SET_PLAYER_APP_VALUE (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.c57 case AVRC_PDU_SET_PLAYER_APP_VALUE: /* 0x14 */ in AVRC_IsValidAvcType()
Davrc_pars_tg.c187 case AVRC_PDU_SET_PLAYER_APP_VALUE: /* 0x14 */ in avrc_pars_vendor_cmd()
Davrc_bld_ct.c479 case AVRC_PDU_SET_PLAYER_APP_VALUE: in AVRC_BldCommand()
Davrc_pars_ct.c331 case AVRC_PDU_SET_PLAYER_APP_VALUE: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.c931 case AVRC_PDU_SET_PLAYER_APP_VALUE: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.c523 CASE_RETURN_STR(AVRC_PDU_SET_PLAYER_APP_VALUE) in dump_rc_pdu()
Dbtif_rc.c1374 case AVRC_PDU_SET_PLAYER_APP_VALUE: in btif_rc_upstreams_evt()
2140 case AVRC_PDU_SET_PLAYER_APP_VALUE: in btif_rc_control_cmd_timeout_handler()
3162 case AVRC_PDU_SET_PLAYER_APP_VALUE: in handle_avk_rc_metamsg_rsp()
3510 avrc_cmd.set_app_val.pdu = AVRC_PDU_SET_PLAYER_APP_VALUE; in change_player_app_setting()
3527 start_control_command_timer (AVRC_PDU_SET_PLAYER_APP_VALUE, p_transaction); in change_player_app_setting()
/system/bt/stack/include/
Davrc_defs.h196 #define AVRC_PDU_SET_PLAYER_APP_VALUE 0x14 macro