Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.c172 tBTA_AV_FEAT rc_features; member
437 if ((btif_rc_cb.rc_features & BTA_AV_FEAT_RCTG)|| in handle_rc_ctrl_features()
438 ((btif_rc_cb.rc_features & BTA_AV_FEAT_RCCT)&& in handle_rc_ctrl_features()
439 (btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL))) in handle_rc_ctrl_features()
442 int rc_features = 0; in handle_rc_ctrl_features() local
445 if ((btif_rc_cb.rc_features & BTA_AV_FEAT_ADV_CTRL)&& in handle_rc_ctrl_features()
446 (btif_rc_cb.rc_features & BTA_AV_FEAT_RCCT)) in handle_rc_ctrl_features()
448 rc_features |= BTRC_FEAT_ABSOLUTE_VOLUME; in handle_rc_ctrl_features()
450 if ((btif_rc_cb.rc_features & BTA_AV_FEAT_METADATA)&& in handle_rc_ctrl_features()
451 (btif_rc_cb.rc_features & BTA_AV_FEAT_VENDOR)&& in handle_rc_ctrl_features()
[all …]