Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc209 tBTA_AV_FEAT rc_features; member
450 p_dev->rc_features = 0; in initialize_device()
526 return (p_dev->rc_features & BTA_AV_FEAT_COVER_ARTWORK in get_requested_attributes_list()
532 return (p_dev->rc_features & BTA_AV_FEAT_COVER_ARTWORK in get_requested_attributes_list_size()
569 int rc_features = 0; in handle_rc_ctrl_features_all() local
580 rc_features |= BTRC_FEAT_ABSOLUTE_VOLUME; in handle_rc_ctrl_features_all()
586 rc_features |= BTRC_FEAT_METADATA; in handle_rc_ctrl_features_all()
597 p_dev->rc_features = p_dev->peer_tg_features; in handle_rc_ctrl_features_all()
611 rc_features |= BTRC_FEAT_BROWSE; in handle_rc_ctrl_features_all()
616 rc_features |= BTRC_FEAT_COVER_ARTWORK; in handle_rc_ctrl_features_all()
[all …]
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc458 btif_rc_cb.rc_multi_cb[0].rc_features = {}; in TEST_F()