Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BLEClient disconnect bug (#3876)
By default the disconnect is broadcasted to every clients. So if you call disconnect on one connected client, they'll all be disconnected if we don't filter the event by conn_id.
- Loading branch information