Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc274 ASSERT_EQ(res.feature, (BTRC_FEAT_ABSOLUTE_VOLUME | BTRC_FEAT_METADATA | in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h88 BTRC_FEAT_METADATA = 0x01, /* AVRCP 1.3 */ enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc586 rc_features |= BTRC_FEAT_METADATA; in handle_rc_ctrl_features_all()
646 rc_features |= BTRC_FEAT_METADATA; in handle_rc_ctrl_features()
747 rc_features = (btrc_remote_features_t)(rc_features | BTRC_FEAT_METADATA); in handle_rc_features()