Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java124 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()
DHandoverDataParser.java99 public ParcelUuid[] uuids = null; field in HandoverDataParser.BluetoothHandoverData
612 ParcelUuid[] uuids = new ParcelUuid[num]; in parseUuidFromBluetoothRecord() local
DPeripheralHandoverService.java168 ParcelUuid[] uuids = null; in doPeripheralHandover() local
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java82 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/
DPhonePolicy.java186 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/
DPhonePolicyTest.java123 ParcelUuid[] uuids = new ParcelUuid[2]; in testProcessInitProfilePriorities() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java312 private void sendDeviceUuids(BluetoothDevice device, ParcelUuid[] uuids) { in sendDeviceUuids()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java224 public static byte[] uuidsToByteArray(ParcelUuid[] uuids) { in uuidsToByteArray()