rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257595528
########## File path: nimble/host/mesh/src/prov.c ########## @@ -449,7 +451,7 @@ static int prov_send_adv(struct os_mbuf *msg) #if (MYNEWT_VAL(BLE_MESH_PB_GATT)) static int prov_send_gatt(struct os_mbuf *msg) { - if (!link.conn_handle) { + if (link.conn_handle == BLE_HS_CONN_HANDLE_NONE) { Review comment: Looks like this branch is not rebased. Please rebase as there should not be any changes in mesh code in this PR. ---------------------------------------------------------------- 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