HomeSort by relevance Sort by last modified time
    Searched refs:localUuids (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 295 * @param localUuids UUIDs of the local device
299 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids,
312 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) &&
314 (BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG) &&
CachedBluetoothDevice.java 436 ParcelUuid[] localUuids = mLocalAdapter.getUuids();
437 if (localUuids == null) return false;
439 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 543 ParcelUuid[] localUuids = mAdapter.getUuids();
547 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG)) {
562 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG)) {
    [all...]

Completed in 843 milliseconds