Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java659 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates() local
660 if (!BluetoothUuid.isUuidPresent(featureUuids, BluetoothUuid.AudioSink)) { in getDevicesMatchingConnectionStates()
DA2dpSinkStateMachine.java665 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates() local
666 if (!BluetoothUuid.isUuidPresent(featureUuids, BluetoothUuid.AudioSource)) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java490 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates() local
491 if (!BluetoothUuid.containsAnyUuid(featureUuids, MAP_UUIDS)) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2359 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates() local
2360 if (!BluetoothUuid.isUuidPresent(featureUuids, BluetoothUuid.Handsfree_AG)) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2248 ParcelUuid[] featureUuids = device.getUuids(); in getDevicesMatchingConnectionStates() local
2249 if (!BluetoothUuid.containsAnyUuid(featureUuids, HEADSET_UUIDS)) { in getDevicesMatchingConnectionStates()