Searched refs:containsAnyUuid (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothUtils.java | 235 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/ |
D | BluetoothUuid.java | 394 public static boolean containsAnyUuid( in containsAnyUuid() method in BluetoothUuid
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapService.java | 576 if (!BluetoothUuid.containsAnyUuid(featureUuids, SAP_UUIDS)) { in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 862 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/ |
D | BluetoothMapService.java | 594 if (!BluetoothUuid.containsAnyUuid(featureUuids, MAP_UUIDS)) { in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 1073 …method public static boolean containsAnyUuid(@Nullable android.os.ParcelUuid[], @Nullable android.…
|