• sindney's avatar
    Fix BLEClient disconnect bug (#3876) · 51979169
    sindney authored
    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.
    51979169
BLEClient.cpp 15.6 KB