Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Bring back BLE write requests (#7039)
PR #6955, apart from changing from BLE indications to notifications on nRF Connect platform, started require controllers to use WriteCommon (aka Write without response) only as that is required by the spec. However, Darwin platform layer still uses WriteRequest (aka Write with response) method, so the change broke compatibility between mac and nRF Connect platforms. Support both methods on the firmware side.
- Loading branch information