Skip to content

Commit 6a5dd93

Browse files
qchongRobert Ly
authored andcommitted
docs: Fixed typo in L Preview API Overview.
bug: 15696551 Change-Id: I410fa60b9f60ff61a80cd5b059d4b6bd52c33a04
1 parent de13827 commit 6a5dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/preview/api-overview.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ You must add the {@code android.permission.BLUETOOTH_ADMIN} permission in your
571571
manifest in order for your app to use the new advertising and scanning features.</a>
572572

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

0 commit comments

Comments
 (0)