Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_av_api.h173 #define BTA_AV_RC_PLAY AVRC_ID_PLAY /* play */ macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_rc.c526 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) in handle_rc_passthrough_cmd()
558 if((p_remote_cmd->rc_id == BTA_AV_RC_PLAY || p_remote_cmd->rc_id == BTA_AV_RC_PAUSE)&& in handle_rc_passthrough_cmd()
Dbtif_av.c547 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY) ) in btif_av_state_opened_handler()