Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc174 tBTA_AV_FEAT rc_features; member
454 if (!(p_dev->rc_features & BTA_AV_FEAT_RCTG) && in handle_rc_ctrl_features()
455 (!(p_dev->rc_features & BTA_AV_FEAT_RCCT) || in handle_rc_ctrl_features()
456 !(p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL))) { in handle_rc_ctrl_features()
461 int rc_features = 0; in handle_rc_ctrl_features() local
464 if ((p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL) && in handle_rc_ctrl_features()
465 (p_dev->rc_features & BTA_AV_FEAT_RCCT)) { in handle_rc_ctrl_features()
466 rc_features |= BTRC_FEAT_ABSOLUTE_VOLUME; in handle_rc_ctrl_features()
469 if ((p_dev->rc_features & BTA_AV_FEAT_METADATA) && in handle_rc_ctrl_features()
470 (p_dev->rc_features & BTA_AV_FEAT_VENDOR) && in handle_rc_ctrl_features()
[all …]