Home
last modified time | relevance | path

Searched refs:BTA_AV_FEAT_ADV_CTRL (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/av/
Dbta_av_act.c1707 peer_features |= (BTA_AV_FEAT_ADV_CTRL); in bta_av_check_peer_features()
1784 peer_features |= (BTA_AV_FEAT_ADV_CTRL); in bta_avk_check_peer_features()
1853 if (BTA_AV_FEAT_ADV_CTRL & bta_avk_check_peer_features(UUID_SERVCLASS_AV_REMOTE_CONTROL)) in bta_av_rc_disc_done()
1854 peer_features |= (BTA_AV_FEAT_ADV_CTRL|BTA_AV_FEAT_RCCT); in bta_av_rc_disc_done()
1862 if ((p_cb->features & BTA_AV_FEAT_ADV_CTRL) && in bta_av_rc_disc_done()
1863 ((peer_features & BTA_AV_FEAT_ADV_CTRL) == 0)) in bta_av_rc_disc_done()
/system/bt/bta/include/
Dbta_av_api.h64 #define BTA_AV_FEAT_ADV_CTRL 0x0200 /* remote control Advanced Control command/response */ macro
/system/bt/btif/src/
Dbtif_rc.c439 (btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL))) in handle_rc_ctrl_features()
445 if ((btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL)&& in handle_rc_ctrl_features()
488 btif_rc_cb.rc_features &= ~BTA_AV_FEAT_ADV_CTRL; in handle_rc_features()
496 if ( (btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL) && in handle_rc_features()
515 if (btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL && in handle_rc_features()
613 (btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL))) in handle_rc_connect()
1785 (btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL)) in set_volume()
Dbtif_av.c1544 |BTA_AV_FEAT_ADV_CTRL in btif_av_execute_service()
1579 BTA_AV_FEAT_ADV_CTRL|BTA_AV_FEAT_RCTG, in btif_av_sink_execute_service()