bgiori opened a new pull request #2363: URL: https://github.com/apache/mynewt-core/pull/2363
This PR enables an oc client to work with ble gatt transport adaptor in as a ble central (rather than a peripheral). This had never been done and therefore did not work. As a client and a central, we need to write to a the request characteristic and listen for notifications on the response characteristic. These changes add a new syscfg flag `OC_BLE_CENTRAL` to `net/oic/syscfg.yml` with a default value 0. Setting this value to 1 defines a function for receiving response characteristic notifications and enables characteristic write requests. ---------------------------------------------------------------- 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]
