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/
DHeadsetClientStateMachine.java628 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_3WAY) == in getCurrentAgFeatures()
629 HeadsetClientHalConstants.PEER_FEAT_3WAY) { in getCurrentAgFeatures()
1677 if ((mPeerFeatures & HeadsetClientHalConstants.PEER_FEAT_3WAY) == in broadcastConnectionState()
1678 HeadsetClientHalConstants.PEER_FEAT_3WAY) { in broadcastConnectionState()
DHeadsetClientHalConstants.java130 final static int PEER_FEAT_3WAY = 0x00000001; field in HeadsetClientHalConstants