sjanc commented on code in PR #1083:
URL: https://github.com/apache/mynewt-nimble/pull/1083#discussion_r849249581


##########
apps/bttester/src/gap.c:
##########
@@ -171,10 +171,9 @@ static int check_pub_addr_unassigned(void)
 #ifdef ARCH_sim
        return 0;
 #else
-       uint8_t zero_addr[BLE_DEV_ADDR_LEN] = { 0 };
 
-       return memcmp(MYNEWT_VAL(BLE_PUBLIC_DEV_ADDR),
-                     zero_addr, BLE_DEV_ADDR_LEN) == 0;
+    return ble_hs_id_copy_addr(BLE_ADDR_PUBLIC, NULL,
+                               NULL) == BLE_HS_ENOADDR;

Review Comment:
   should fit into single line



-- 
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