Fixed
- Server created client instance will now receive notifications/indications from the peer.
- Improper HCI delay when ACL buffers are full (esp32)
NimBLEClientdisconnect event not triggered if the peer address doesn't match a connection.- Attribute value sizes now correctly calculated for types larger than 8 bits.
NimBLERemoteCharacteristic::retrieveDescriptorswill now use the handle range of the characteristic.
Added
NimBLECharacteristicCallbacks::onStatusoverload that takes aNimBLEConnInfo¶meter to indicate which client the status is for.
Changed
NimBLEDevice::setCustomGapHandleradded a void pointer parameter to allow passing user data to the custom handler.