Skip to content

Commit d8dcb53

Browse files
author
Douglas Nassif Roma Junior
committed
2 parents d113941 + 778e916 commit d8dcb53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ service.setOnEventCallback(new BluetoothService.OnBluetoothEventCallback() {
8484
service.connect(device); // See also service.disconnect();
8585
```
8686

87+
### Complete example
88+
89+
See the [sample project](https://github.com/douglasjunior/AndroidBluetoothLibrary/tree/master/Sample/src/main/java/com/github/douglasjunior/bluetoothsample).
90+
8791
### Writing
8892

8993
```java

0 commit comments

Comments
 (0)