Skip to content

Cannot disconnect on ios/macos #48

Description

@laxian

I added two buttons on each scanned item, connect and disconnect. On iOS, you can connect successfully, but you can't disconnect.

                        ElevatedButton(
                          onPressed: () {
                            print('connect...');
                            connect(id: s.id);
                          },
                          child: const Text('connect'),
                        ),
                        ElevatedButton(
                          onPressed: () {
                            print('disconnect...');
                            disconnect(id: s.id);
                          },
                          child: const Text('disconnect'),
                        ),

why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions