Skip to content

Commit

Permalink
Example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
demarcoMac committed Apr 3, 2018
1 parent 9bbbf8d commit ceace70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified example/ios/Flutter/flutter_assets/kernel_blob.bin
Binary file not shown.
4 changes: 4 additions & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ class _FlutterBlueAppState extends State<FlutterBlueApp> {
withServices: [
new Guid('0000180F-0000-1000-8000-00805F9B34FB')
]).listen((scanResult) {
print('localName: ${scanResult.advertisementData.localName}');
print(
'manufacturerData: ${scanResult.advertisementData.manufacturerData}');
print('serviceData: ${scanResult.advertisementData.serviceData}');
setState(() {
scanResults[scanResult.device.id] = scanResult;
});
Expand Down

0 comments on commit ceace70

Please sign in to comment.