KKopyscinski commented on a change in pull request #1024:
URL: https://github.com/apache/mynewt-nimble/pull/1024#discussion_r741954879



##########
File path: apps/bttester/src/gap.c
##########
@@ -1608,6 +1639,9 @@ void tester_handle_gap(uint8_t opcode, uint8_t index, 
uint8_t *data,
        case GAP_PAIR:
                pair(data, len);
                return;
+    case GAP_FORCE_PAIR:
+        force_pair(data, len);

Review comment:
       solved




-- 
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: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to