Last active
April 26, 2020 10:26
-
-
Save mohsenoid/9cf1dfb65f707cc65f59c83cb0d71e32 to your computer and use it in GitHub Desktop.
CloseToMe - Start Advertising
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val scanResponse = AdvertiseData.Builder() | |
.addServiceUuid(userUuid.toParcelUuid()) | |
.build() | |
bluetoothAdvertiser.startAdvertising( | |
advertiseSettings, | |
advertiseData, | |
scanResponse, | |
advertiseCallback | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment