Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zephyr] Drop BLE connection on endpoint close (#14600)
When a BLE endpoint is closed on the peripheral side, the associated connection is not automatically closed. Instead, BlePlatformDelegate::NotifyChipConnectionClosed() is called, but the function is empty for Zephyr and many other platforms. Implement connection closing for Zephyr platform. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
- Loading branch information