Skip to content

Commit 96e802e

Browse files
committed
feat: BLE peripheral name-filtered scan
1 parent 3eba8c8 commit 96e802e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/client/src/lib/domain/blockly/toolbox.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,13 @@ export default [
504504
type: "bluetooth_on_discover",
505505
},
506506
{
507-
type: "bluetooth_start_filtered_scan",
507+
type: "bluetooth_start_leaphy_filtered_scan",
508+
},
509+
{
510+
type: "bluetooth_start_name_filtered_scan",
511+
inputs: {
512+
NAME: text("Willy"),
513+
},
508514
},
509515
{
510516
type: "bluetooth_stop_scan",

0 commit comments

Comments
 (0)