You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/Bluefruit52Lib/examples/Projects/rssi_proximity/rssi_proximity_central/rssi_proximity_central.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ void setup()
203
203
Bluefruit.Scanner.setRxCallback(scan_callback);
204
204
Bluefruit.Scanner.restartOnDisconnect(true);
205
205
Bluefruit.Scanner.filterRssi(-80); // Only invoke callback for devices with RSSI >= -80 dBm
206
-
//Bluefruit.Scanner.filterUuid(uuid); // Only invoke callback if the target UUID was found
206
+
Bluefruit.Scanner.filterUuid(uuid); // Only invoke callback if the target UUID was found
207
207
//Bluefruit.Scanner.filterMSD(0xFFFF); // Only invoke callback when MSD is present with the specified Company ID
208
208
Bluefruit.Scanner.setInterval(160, 80); // in units of 0.625 ms
209
209
Bluefruit.Scanner.useActiveScan(true); // Request scan response data
0 commit comments