Home
last modified time | relevance | path

Searched refs:AVRC_EVT_APP_SETTING_CHANGE (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_util.c508 CASE_RETURN_STR(AVRC_EVT_APP_SETTING_CHANGE) in dump_rc_notification_event_id()
Dbtif_rc.c2343 (p_rsp->param.event_id[xx] == AVRC_EVT_APP_SETTING_CHANGE)) in handle_get_capability_response()
2452 case AVRC_EVT_APP_SETTING_CHANGE: in handle_notification_response()
2558 case AVRC_EVT_APP_SETTING_CHANGE: in handle_notification_response()
/system/bt/stack/avrc/
Davrc_pars_ct.c122 case AVRC_EVT_APP_SETTING_CHANGE: in avrc_parse_notification_rsp()
Davrc_bld_tg.c619 case AVRC_EVT_APP_SETTING_CHANGE: /* 0x08 */ in avrc_bld_notify_rsp()
/system/bt/stack/include/
Davrc_defs.h324 #define AVRC_EVT_APP_SETTING_CHANGE 0x08 macro