rymanluk commented on a change in pull request #279: BLE Host - Policy for SM
key overflow
URL:
https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r119492227
##########
File path: net/nimble/host/src/ble_store.c
##########
@@ -28,49 +28,98 @@ ble_store_read(int obj_type, const union ble_store_key
*key,
{
int rc;
+ ble_hs_lock();
Review comment:
Ah ok, for some reason I thought that ble_hs_lock() protects only conn
object.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services