OnConnectionChange typedef

OnConnectionChange = void Function(String deviceId, bool isConnected, String? error)

Central mode callbacks

Implementation

typedef OnConnectionChange =
    void Function(String deviceId, bool isConnected, String? error);