Home
last modified time | relevance | path

Searched defs:uuids (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceFilter.java100 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
110 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
131 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
145 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
159 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
DLocalBluetoothProfileManager.java108 ParcelUuid[] uuids = adapter.getUuids(); in LocalBluetoothProfileManager() local
144 void updateLocalProfiles(ParcelUuid[] uuids) { in updateLocalProfiles()
209 ParcelUuid[] uuids = mLocalAdapter.getUuids(); in setBluetoothStateOn() local
325 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles()
DCachedBluetoothDevice.java484 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanClient.java35 UUID[] uuids; field in ScanClient
49 ScanClient(int appIf, boolean isServer, UUID[] uuids) { in ScanClient()
63 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings, in ScanClient()
DGattService.java2155 List<UUID> uuids = new ArrayList<UUID>(); in parseUuids() local
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java112 public static byte[] uuidsToByteArray(ParcelUuid[] uuids) { in uuidsToByteArray()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java167 boolean setUuids(ParcelUuid[] uuids) { in setUuids()
DAdapterService.java210 private void processInitProfilePriorities (BluetoothDevice device, ParcelUuid[] uuids){ in processInitProfilePriorities()