Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #265 from MXCzkEVM/blueberry_ring
Browse files Browse the repository at this point in the history
fix: Add with keywords
  • Loading branch information
reasje authored Jul 26, 2024
2 parents b9fc697 + dbc4be4 commit a1b656a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class BlueberryRingUseCase extends ReactiveUseCase {
_bluetoothUseCase.startScanning(
withServices: [bluetoothServiceUUID],
// withNames: ['Mi Smart Band 4'],
withNames: ['2301']

withNames: ['2301'],
withKeywords: ['2301'],
);

await Future.delayed(const Duration(seconds: 2), () async {
Expand Down

0 comments on commit a1b656a

Please sign in to comment.