We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de13827 commit 6a5dd93Copy full SHA for 6a5dd93
docs/html/preview/api-overview.jd
@@ -571,7 +571,7 @@ You must add the {@code android.permission.BLUETOOTH_ADMIN} permission in your
571
manifest in order for your app to use the new advertising and scanning features.</a>
572
573
<p>To begin Bluetooth LE advertising so that other devices can discover
574
-your app, call {@code android.bluetooth.le.BluetoothAdvertiser.startAdvisertising()}
+your app, call {@code android.bluetooth.le.BluetoothAdvertiser.startAdvertising()}
575
and pass in an implementation of the
576
{@code android.bluetooth.le.AdvertiseCallback} class. The callback object
577
receives a report of the success or failure of the advertising operation.</p>
0 commit comments