This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to open bearer for PBGATT bearer. I have used bearer.open() but still the value is false for bearer.isOpen

I am using nrfMeshProvision cocoapod to create a Mesh Network using a iOS Mobile application. In first step of identifying the device, i am able to call bearer.open() and isOpened in the bearer is set to TRUE. But when trying to identify, value is set to false. How to update or set value of bearer.isOpen value to true?

Related