Searched refs:mUuids (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java104 private ParcelUuid[] mUuids; field in class:RemoteDevices.DeviceProperties
132 * @return the mUuids
136 return mUuids;
198 mUuids = null;
218 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null? null: prop.mUuids);
288 device.mUuids = Utils.byteArrayToUuid(val);
H A DAdapterProperties.java46 private ParcelUuid[] mUuids; field in class:AdapterProperties
145 * @return the mUuids
149 return mUuids;
474 mUuids = Utils.byteArrayToUuid(val);

Completed in 55 milliseconds