Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java131 static final int PEER_FEAT_VREC = 0x00000004; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java802 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_VREC) in getCurrentAgFeaturesBundle()
803 == HeadsetClientHalConstants.PEER_FEAT_VREC) { in getCurrentAgFeaturesBundle()
847 if (isSupported(mPeerFeatures, HeadsetClientHalConstants.PEER_FEAT_VREC)) { in getCurrentAgFeatures()
848 features.add(HeadsetClientHalConstants.PEER_FEAT_VREC); in getCurrentAgFeatures()
2217 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_VREC) in broadcastConnectionState()
2218 == HeadsetClientHalConstants.PEER_FEAT_VREC) { in broadcastConnectionState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java1212 mHeadsetClientStateMachine.mPeerFeatures = HeadsetClientHalConstants.PEER_FEAT_VREC;
1215 Assert.assertTrue(features.contains(HeadsetClientHalConstants.PEER_FEAT_VREC));
1245 mHeadsetClientStateMachine.mPeerFeatures = HeadsetClientHalConstants.PEER_FEAT_VREC;