rymanluk commented on a change in pull request #283: Adding Periodic 
Advertising Feature
URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257595895
 
 

 ##########
 File path: nimble/host/mesh/src/proxy.c
 ##########
 @@ -417,7 +417,7 @@ void bt_mesh_proxy_beacon_send(struct bt_mesh_subnet *sub)
        }
 
        for (i = 0; i < ARRAY_SIZE(clients); i++) {
-               if (clients[i].conn_handle) {
+               if (clients[i].conn_handle != BLE_HS_CONN_HANDLE_NONE) {
 
 Review comment:
   this file should also by untouched. Please rebase.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to