Skip to content

Cannot Reconnect #803

@michaelpeterlee

Description

@michaelpeterlee

Disconnect then Reconnect fails with connection error; You can only connect to a Device once in an app session.

This is a regression from 7.3.0 with Capacitor 8; We can connect/disconnect many times without connection error.

Steps to reproduce:

  1. requestLEScan();
  2. disconnect(id);
  3. connect(id,..);
  4. disconnect(id);
  5. connect(id,..);

Plugin version:

  • @capacitor-community/bluetooth-le: [8.0.2]

Smartphone (please complete the following information):

  • iPhone 13 pro iOS26.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingiOSImpacts the iOS platform

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions