Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9197081f authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26275 into eclair

* changes:
  Send the address of the device with the UUID intent.
parents 6e81a40d 2d3b98d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1238,6 +1238,7 @@ public class BluetoothService extends IBluetooth.Stub {
    /*package*/ synchronized void sendUuidIntent(String address) {
        ParcelUuid[] uuid = getUuidFromCache(address);
        Intent intent = new Intent(BluetoothDevice.ACTION_UUID);
        intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
        intent.putExtra(BluetoothDevice.EXTRA_UUID, uuid);
        mContext.sendBroadcast(intent, BLUETOOTH_ADMIN_PERM);