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

Commit b108a6fe authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Unhide the Bluetooth(BLE) offload capability apis

Change-Id: Ice3f4f5ff4b8318bf6afe7021b253fe9ea4661d3
parent c522d164
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5689,6 +5689,9 @@ package android.bluetooth {
    method public int getState();
    method public boolean isDiscovering();
    method public boolean isEnabled();
    method public boolean isMultipleAdvertisementSupported();
    method public boolean isOffloadedFilteringSupported();
    method public boolean isOffloadedScanBatchingSupported();
    method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
    method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
    method public boolean setName(java.lang.String);
+0 −3
Original line number Diff line number Diff line
@@ -1031,7 +1031,6 @@ public final class BluetoothAdapter {
    /**
     * Return true if the multi advertisement is supported by the chipset
     *
     * @hide
     * @return true if Multiple Advertisement feature is supported
     */
    public boolean isMultipleAdvertisementSupported() {
@@ -1047,7 +1046,6 @@ public final class BluetoothAdapter {
    /**
     * Return true if offloaded filters are supported
     *
     * @hide
     * @return true if chipset supports on-chip filtering
     */
    public boolean isOffloadedFilteringSupported() {
@@ -1063,7 +1061,6 @@ public final class BluetoothAdapter {
    /**
     * Return true if offloaded scan batching is supported
     *
     * @hide
     * @return true if chipset supports on-chip scan batching
     */
    public boolean isOffloadedScanBatchingSupported() {