bluetooth_low_energy icon indicating copy to clipboard operation
bluetooth_low_energy copied to clipboard

Communicate with peripherals already connected to the OS

Open AYM1607 opened this issue 2 years ago • 2 comments

Thanks for your hard work @yanshouwang! I'm considering using this plugin for an app I'm developing, but I want to know if the following scenario is supported or planned: As a central, connect to a peripheral that's already connected to the OS. I.e. I don't need to run discovery from the app, I just need to communicate with devices that are already connected.

I perused through the API and unless I missed something it doesn't seem like there's a way of doing it. Is there? Or do you have plans to implement it?

AYM1607 avatar Apr 09 '24 22:04 AYM1607

I think I can add a method like retrieveConnectedPeripherals in the next version.

===== Progress

Released Android on bluetooth_low_energy_android

yanshouwang avatar Apr 10 '24 00:04 yanshouwang

The 6.0.0-dev.0 has released, the retrieveConnectedPeripherals is supported on all platforms except Windows.

yanshouwang avatar May 16 '24 16:05 yanshouwang

Released in 6.0.0

yanshouwang avatar Jun 03 '24 16:06 yanshouwang