Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java130 static final int PEER_FEAT_3WAY = 0x00000001; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java717 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_3WAY) in getCurrentAgFeatures()
718 == HeadsetClientHalConstants.PEER_FEAT_3WAY) { in getCurrentAgFeatures()
1837 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_3WAY) in broadcastConnectionState()
1838 == HeadsetClientHalConstants.PEER_FEAT_3WAY) { in broadcastConnectionState()