OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_AV_RC_PLAY
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_av_api.h
173
#define
BTA_AV_RC_PLAY
AVRC_ID_PLAY /* play */
/external/bluetooth/bluedroid/btif/src/
btif_av.c
547
(p_av->remote_cmd.rc_id ==
BTA_AV_RC_PLAY
) )
[
all
...]
btif_rc.c
526
if ((p_remote_cmd->rc_id ==
BTA_AV_RC_PLAY
) && (!btif_av_is_connected()))
558
if((p_remote_cmd->rc_id ==
BTA_AV_RC_PLAY
|| p_remote_cmd->rc_id == BTA_AV_RC_PAUSE)&&
[
all
...]
Completed in 37 milliseconds