These 13 commits are when the Protocol Buffers files have changed:
Commit: | a3e4148 | |
---|---|---|
Author: | Sander Kersten | |
Committer: | GitHub |
Read RSSI (#796) * Read RSSI of connected device * Kotlin style issues * Address review comments and add tests --------- Co-authored-by: Tyler Norbury <tylernorbury96@gmail.com> Co-authored-by: Sander Kersten <sander.kersten@signify.com>
The documentation is generated from this commit.
Commit: | 49aa9d9 | |
---|---|---|
Author: | Sander Kersten | |
Committer: | GitHub |
Support multiple services or characteristics with the same id (#776) * Allow multiple services/characteristics of the same type on iOS * Allow multiple services/characteristics of the same type on Android * Update example to use new interface * Rename QualifiedCharacteristic to CharacteristicInstance to match Dart * Extend documentation * Update and extend tests * Address review comments * Update Kotlin tests --------- Co-authored-by: Sander Kersten <sander.kersten@signify.com>
Commit: | ccc0298 | |
---|---|---|
Author: | Rutger Vromans | |
Committer: | GitHub |
Add connectability from discovery data (#750) * Update dependencies, set ruby version and run codegen * Add IsConnectable support for Android and iOS * iOS Project updates * Set melos to fixed version * Add tests * Keep bledata protos number in order --------- Co-authored-by: RutgerVromans <rutger.vromans@signify.com>
Commit: | 53237fd | |
---|---|---|
Author: | Remon | |
Committer: | Remon |
add list of connected devices to android
Commit: | a727fba | |
---|---|---|
Author: | Jesper André Lyngesen Pedersen |
Expose characteristic properties Expose characteristic properties when discovering services. This closes #181
Commit: | e9b16c4 | |
---|---|---|
Author: | Rémon | |
Committer: | GitHub |
migrate to Federated plugin structure (#338) * move current code one folder deeper in order to prepare the federated plugin structure * create platform interface package * move model and plugincontroller to platform interface * remove moved code from main library * create platform interface and integrate it in the reactive ble package * remove debuglogging * move protobuf related stuff out of the interface package * change codemagic pipeline to support federated plugin structure * make platform interface ready for publishing * add docs for platform interface * restructure project to best practice * rename package flutter_reactive_ble_platform_interface to reactive_ble_platform_interface * move mobile specific code into new reactive ble mobile package * setup CI and melos * update docs and prepare release * fix dependencies after publishing
Commit: | fb6c8a2 | |
---|---|---|
Author: | Xavier Hainaux |
Add serviceUuids in ScanResult
Commit: | 67d01cb | |
---|---|---|
Author: | Raman Fedaseyeu |
Delete `DiscoverServicesInfo.failure` fileld
Commit: | 2b0a0e2 | |
---|---|---|
Author: | Raman Fedaseyeu |
Correct naming of Protobuf entities
Commit: | 1e9ed5e | |
---|---|---|
Author: | Remon | |
Committer: | Remon |
create protobuf messages for discovering services
Commit: | d723ec1 | |
---|---|---|
Author: | Rémon | |
Committer: | GitHub |
make filter for services optional and add parameter requireLocationServiceEnabled as scan parameter
Commit: | 054aa91 | |
---|---|---|
Author: | Xavier Hainaux | |
Committer: | Xavier Hainaux |
Add manufacturer data to DiscoveredDevice
Commit: | 6d36950 | |
---|---|---|
Author: | Remon | |
Committer: | Remon |
initial commit