Searched refs:ourUuids (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothUtils.java | 227 ParcelUuid[] ourUuids = localUuids.toArray(new ParcelUuid[localUuids.size()]); in isProfileSupported() local 235 return BluetoothUuid.containsAnyUuid(ourUuids, A2DP_SOURCE_UUIDS) in isProfileSupported() 238 return BluetoothUuid.containsAnyUuid(ourUuids, A2DP_SINK_UUIDS) in isProfileSupported() 241 return BluetoothUuid.containsAnyUuid(ourUuids, HFP_HF_UUIDS) in isProfileSupported() 244 return BluetoothUuid.containsAnyUuid(ourUuids, MAP_CLIENT_UUIDS) in isProfileSupported() 247 return BluetoothUuid.containsAnyUuid(ourUuids, PAN_UUIDS) in isProfileSupported() 250 return BluetoothUuid.containsAnyUuid(ourUuids, PBAP_CLIENT_UUIDS) in isProfileSupported()
|
D | BluetoothConnectionRetryManager.java | 231 List<ParcelUuid> ourUuids = mBluetoothAdapter.getUuidsList(); in trackDevice() local 236 if (BluetoothUtils.isProfileSupported(ourUuids, device, profileId)) { in trackDevice()
|
D | BluetoothDeviceManager.java | 625 List<ParcelUuid> ourUuids = mBluetoothAdapter.getUuidsList(); in addWatchedProfileIfSupported() local 631 if (BluetoothUtils.isProfileSupported(ourUuids, device, profile)) { in addWatchedProfileIfSupported()
|