szymon-czapracki commented on code in PR #2035: URL: https://github.com/apache/mynewt-nimble/pull/2035#discussion_r2082023425
########## apps/bttester/src/btp_gap.c: ########## @@ -64,6 +64,9 @@ static ble_addr_t peer_id_addr; static ble_addr_t peer_ota_addr; static bool encrypted = false; +static bool use_filter_policy = false; +#define FILTER_POLICY_SCAN_CONN_ONLY_FROM_LIST 0x03 Review Comment: Used the definition from hci_common.h (already existed) done. -- 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: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org