Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java235 return BluetoothUuid.containsAnyUuid(ourUuids, A2DP_SOURCE_UUIDS) in isProfileSupported()
236 && BluetoothUuid.containsAnyUuid(uuids, A2DP_SINK_UUIDS); in isProfileSupported()
238 return BluetoothUuid.containsAnyUuid(ourUuids, A2DP_SINK_UUIDS) in isProfileSupported()
239 && BluetoothUuid.containsAnyUuid(uuids, A2DP_SOURCE_UUIDS); in isProfileSupported()
241 return BluetoothUuid.containsAnyUuid(ourUuids, HFP_HF_UUIDS) in isProfileSupported()
242 && BluetoothUuid.containsAnyUuid(uuids, HFP_AG_UUIDS); in isProfileSupported()
244 return BluetoothUuid.containsAnyUuid(ourUuids, MAP_CLIENT_UUIDS) in isProfileSupported()
245 && BluetoothUuid.containsAnyUuid(uuids, MAP_SERVER_UUIDS); in isProfileSupported()
247 return BluetoothUuid.containsAnyUuid(ourUuids, PAN_UUIDS) in isProfileSupported()
248 && BluetoothUuid.containsAnyUuid(uuids, PAN_UUIDS); in isProfileSupported()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUuid.java394 public static boolean containsAnyUuid( in containsAnyUuid() method in BluetoothUuid
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java576 if (!BluetoothUuid.containsAnyUuid(featureUuids, SAP_UUIDS)) { in getDevicesMatchingConnectionStates()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java862 if (!BluetoothUuid.containsAnyUuid(featureUuids, HEADSET_UUIDS)) { in connect()
981 if (!BluetoothUuid.containsAnyUuid(featureUuids, HEADSET_UUIDS)) { in getDevicesMatchingConnectionStates()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java594 if (!BluetoothUuid.containsAnyUuid(featureUuids, MAP_UUIDS)) { in getDevicesMatchingConnectionStates()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1073 …method public static boolean containsAnyUuid(@Nullable android.os.ParcelUuid[], @Nullable android.…