prasad-alatkar commented on a change in pull request #636: NimBLE/host: 
`ble_gap_unpair` should continue un-pairing after connection termination
URL: https://github.com/apache/mynewt-nimble/pull/636#discussion_r345041182
 
 

 ##########
 File path: nimble/host/src/ble_hs_pvcy.c
 ##########
 @@ -64,6 +64,12 @@ ble_hs_pvcy_remove_entry(uint8_t addr_type, const uint8_t 
*addr)
 {
     struct ble_hci_le_rmv_resolve_list_cp cmd;
 
+    /* First check if privacy started flag is enabled, no point in going
+     * further if pvcy_started is not enabled */
+    if (!ble_hs_pvcy_started) {
 
 Review comment:
   Thank you for the clarification !!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to