Home
last modified time | relevance | path

Searched refs:AVRC_STATE_RELEASE (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h195 #define BTA_AV_STATE_RELEASE AVRC_STATE_RELEASE /* key released */
/system/bt/btif/src/
Dbtif_rc.c547 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) { in handle_rc_passthrough_cmd()
625 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_passthrough_rsp()
881 remote_cmd.key_state = AVRC_STATE_RELEASE; in btif_rc_check_handle_pending_play()
/system/bt/stack/include/
Davrc_defs.h113 #define AVRC_STATE_RELEASE 1 macro