andrzej-kaczmarek commented on code in PR #1236:
URL: https://github.com/apache/mynewt-nimble/pull/1236#discussion_r850386661


##########
apps/btshell/src/btshell.h:
##########
@@ -83,10 +83,14 @@ struct btshell_conn {
     struct btshell_l2cap_coc_list coc_list;
 };
 
+#define NAME_FILTER_LEN_MAX 20
+
 struct btshell_scan_opts {
     uint16_t limit;
     uint8_t ignore_legacy:1;
     uint8_t periodic_only:1;
+    uint8_t name_filter;
+    char name[NAME_FILTER_LEN_MAX];

Review Comment:
   `name_filter` and `name_filter_len` perhaps...?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to