Searched defs:uuids (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 124 int transport, OobData oobData, ParcelUuid[] uuids, BluetoothClass btClass, in BluetoothPeripheralHandover() 589 boolean hasA2dpCapability(ParcelUuid[] uuids, BluetoothClass btClass) { in hasA2dpCapability() 603 boolean hasHeadsetCapability(ParcelUuid[] uuids, BluetoothClass btClass) { in hasHeadsetCapability()
|
D | HandoverDataParser.java | 99 public ParcelUuid[] uuids = null; field in HandoverDataParser.BluetoothHandoverData 612 ParcelUuid[] uuids = new ParcelUuid[num]; in parseUuidFromBluetoothRecord() local
|
D | PeripheralHandoverService.java | 168 ParcelUuid[] uuids = null; in doPeripheralHandover() local
|
/packages/services/Car/service/src/com/android/car/ |
D | BluetoothProfileDeviceManager.java | 82 private BluetoothProfileInfo(String action, String settingsKey, ParcelUuid[] uuids, in BluetoothProfileInfo() 167 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in onReceive() local 245 private void handleDeviceUuidEvent(BluetoothDevice device, Parcelable[] uuids) { in handleDeviceUuidEvent() 758 private void provisionDeviceIfSupported(BluetoothDevice device, ParcelUuid[] uuids) { in provisionDeviceIfSupported()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 186 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in handleMessage() local 274 private void processInitProfilePriorities(BluetoothDevice device, ParcelUuid[] uuids) { in processInitProfilePriorities()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 123 ParcelUuid[] uuids = new ParcelUuid[2]; in testProcessInitProfilePriorities() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothProfileDeviceManagerTest.java | 312 private void sendDeviceUuids(BluetoothDevice device, ParcelUuid[] uuids) { in sendDeviceUuids()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | Utils.java | 224 public static byte[] uuidsToByteArray(ParcelUuid[] uuids) { in uuidsToByteArray()
|