-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added rssi value, alias name and device type to BluetoothDevice; scan…
… results and bonded devices now filtered to not show BLE devices; example app updates; dart & kotlin formatting
- Loading branch information
1 parent
1665e73
commit 2e72139
Showing
14 changed files
with
739 additions
and
544 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## 0.0.2 | ||
* Added RSSI value, alias name and device type added to BluetoothDevice | ||
* Scan results und bonded devices are now filtered correctly to only return BL Classic devices | ||
* Example app updated: Tap on a scan result to connect to it and send and receive messages. | ||
|
||
## 0.0.1 | ||
|
||
* Initial release: Scan for and connect to BL Classic devices. |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.