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

Commit f52eb3a8 authored by Kihong Seong's avatar Kihong Seong
Browse files

Fix typos in BluetoothGattServer documentations

Some documentations of functions have typos which are shown publicly,
and needs to be fixed.

Bug: 294149288
Test: atest CtsBluetoothTestCases
Change-Id: Ie8f650ecdd716ce80d8b2792e3dc55df72b889db
parent e986f098
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ public final class BluetoothGattServer implements BluetoothProfile {

    /**
     * Set the preferred connection PHY for this app. Please note that this is just a
     * recommendation, whether the PHY change will happen depends on other applications peferences,
     * recommendation, whether the PHY change will happen depends on other applications preferences,
     * local and remote controller capabilities. Controller can override these settings. <p> {@link
     * BluetoothGattServerCallback#onPhyUpdate} will be triggered as a result of this call, even if
     * no PHY change happens. It is also triggered when remote device updates the PHY.
@@ -856,7 +856,7 @@ public final class BluetoothGattServer implements BluetoothProfile {
    /**
     * Add a service to the list of services to be hosted.
     *
     * <p>Once a service has been addded to the list, the service and its
     * <p>Once a service has been added to the list, the service and its
     * included characteristics will be provided by the local device.
     *
     * <p>If the local device has already exposed services when this function
@@ -943,7 +943,7 @@ public final class BluetoothGattServer implements BluetoothProfile {
    /**
     * Returns a list of GATT services offered by this device.
     *
     * <p>An application must call {@link #addService} to add a serice to the
     * <p>An application must call {@link #addService} to add a service to the
     * list of services offered by this device.
     *
     * @return List of services. Returns an empty list if no services have been added yet.