Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java178 List<ParcelUuid> serviceUuids = scanRecord.getServiceUuids(); in shouldAttemptConnection() local
179 if (serviceUuids != null) { in shouldAttemptConnection()
180 for (ParcelUuid serviceUuid : serviceUuids) { in shouldAttemptConnection()
191 if (serviceUuids != null && !serviceUuids.isEmpty()) { in shouldAttemptConnection()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2273 List<ParcelUuid> serviceUuids = new ArrayList<ParcelUuid>(); in getRegisteredServiceUuids() local
2275 serviceUuids.add(new ParcelUuid(entry.uuid)); in getRegisteredServiceUuids()
2277 return serviceUuids; in getRegisteredServiceUuids()