Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.c47 case AVRC_PDU_LIST_PLAYER_APP_VALUES: /* 0x12 */ in AVRC_IsValidAvcType()
Davrc_pars_tg.c156 case AVRC_PDU_LIST_PLAYER_APP_VALUES: /* 0x12 */ in avrc_pars_vendor_cmd()
Davrc_bld_ct.c472 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in AVRC_BldCommand()
Davrc_pars_ct.c236 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.c923 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.c523 CASE_RETURN_STR(AVRC_PDU_LIST_PLAYER_APP_VALUES) in dump_rc_pdu()
Dbtif_rc.c1373 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in btif_rc_upstreams_evt()
2070 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in btif_rc_status_cmd_timeout_handler()
3147 case AVRC_PDU_LIST_PLAYER_APP_VALUES: in handle_avk_rc_metamsg_rsp()
3406 avrc_cmd.list_app_values.pdu = AVRC_PDU_LIST_PLAYER_APP_VALUES; in list_player_app_setting_value_cmd()
3417 start_status_command_timer (AVRC_PDU_LIST_PLAYER_APP_VALUES, p_transaction); in list_player_app_setting_value_cmd()
/system/bt/stack/include/
Davrc_defs.h194 #define AVRC_PDU_LIST_PLAYER_APP_VALUES 0x12 macro