Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java134 final static int PEER_FEAT_VREC = 0x00000004; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java1167 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_VREC) == in getCurrentAgFeatures()
1168 HeadsetClientHalConstants.PEER_FEAT_VREC) { in getCurrentAgFeatures()
2315 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_VREC) == in broadcastConnectionState()
2316 HeadsetClientHalConstants.PEER_FEAT_VREC) { in broadcastConnectionState()