Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: host: Improve error reporting on gatt subscribe
* Return EALREADY when the subscription already exists but it is a different entry. This indicates to the application to not wait on subscribe callback. This is needed because the callback is called from the ccc_write which does not happen when another subscription exists Signed-off-by: Yago Fontoura do Rosario <[email protected]>
- Loading branch information