Searched refs:uuidsToSend (Results 1 – 2 of 2) sorted by relevance
143 ParcelUuid[] uuidsToSend = new ParcelUuid[uuids.length]; in handleMessage() local144 for (int i = 0; i < uuidsToSend.length; i++) { in handleMessage()145 uuidsToSend[i] = (ParcelUuid) uuids[i]; in handleMessage()147 processInitProfilePriorities(device, uuidsToSend); in handleMessage()
301 ParcelUuid[] uuidsToSend = new ParcelUuid[uuids.length]; in onReceive() local302 for (int i = 0; i < uuidsToSend.length; i++) { in onReceive()303 uuidsToSend[i] = (ParcelUuid)uuids[i]; in onReceive()305 setProfilePriorities(device, uuidsToSend, BluetoothProfile.PRIORITY_ON); in onReceive()