Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc190 tBTA_AV_FEAT rc_features; member
407 p_dev->rc_features = 0; in initialize_device()
481 return (p_dev->rc_features & BTA_AV_FEAT_COVER_ARTWORK in get_requested_attributes_list()
487 return (p_dev->rc_features & BTA_AV_FEAT_COVER_ARTWORK in get_requested_attributes_list_size()
518 if (!(p_dev->rc_features & BTA_AV_FEAT_RCTG) && in handle_rc_ctrl_features()
519 (!(p_dev->rc_features & BTA_AV_FEAT_RCCT) || in handle_rc_ctrl_features()
520 !(p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL))) { in handle_rc_ctrl_features()
524 int rc_features = 0; in handle_rc_ctrl_features() local
526 if ((p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL) && in handle_rc_ctrl_features()
527 (p_dev->rc_features & BTA_AV_FEAT_RCCT)) { in handle_rc_ctrl_features()
[all …]