Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java92 private static final ParcelUuid[] HEADSET_UUIDS = {BluetoothUuid.HSP, BluetoothUuid.Handsfree}; field in HeadsetService
688 if (!BluetoothUuid.containsAnyUuid(featureUuids, HEADSET_UUIDS)) { in connect()
786 if (!BluetoothUuid.containsAnyUuid(featureUuids, HEADSET_UUIDS)) { in getDevicesMatchingConnectionStates()