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

Commit 1a8f65da authored by Yuyang Huang's avatar Yuyang Huang
Browse files

fix typo in CSIP documentation

There is a typo in `EXTRA_IS_COORDINATED_SET_MEMBER` documentation

Bug: 269517660
Test: manual
Change-Id: Ic99c2b0158d8d0781214fc8df8ece0c89f773309
parent 80150f5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    public static final String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";

    /**
    * Used as an bool extra field in {@link #ACTION_FOUND} intents.
    * Used as a boolean extra field in {@link #ACTION_FOUND} intents.
    * It contains the information if device is discovered as member of a coordinated set or not.
    * Pairing with device that belongs to a set would trigger pairing with the rest of set members.
    * See Bluetooth CSIP specification for more details.