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

Commit 49c54c04 authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am 7ca1aba6: am 15a52579: am 13fc31df: am b2b1c5fa: am 6a5dd936: docs: Fixed...

am 7ca1aba6: am 15a52579: am 13fc31df: am b2b1c5fa: am 6a5dd936: docs: Fixed typo in L Preview API Overview. bug: 15696551

* commit '7ca1aba6a63f9200db7999ef356640a11918f814':
  docs: Fixed typo in L Preview API Overview. bug: 15696551
parents e48bc317 ecd84cda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -571,7 +571,7 @@ You must add the {@code android.permission.BLUETOOTH_ADMIN} permission in your
manifest in order for your app to use the new advertising and scanning features.</a>

<p>To begin Bluetooth LE advertising so that other devices can discover
your app, call {@code android.bluetooth.le.BluetoothAdvertiser.startAdvisertising()}
your app, call {@code android.bluetooth.le.BluetoothAdvertiser.startAdvertising()}
and pass in an implementation of the
{@code android.bluetooth.le.AdvertiseCallback} class. The callback object
receives a report of the success or failure of the advertising operation.</p>