OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
619 stars 107 forks source link

Create BLE Peripheral Without Explicitly Scanning #288

Closed jseursing closed 5 months ago

jseursing commented 5 months ago

Is there a way to create and add a peripheral to an adapter by specifying the Device Id?

kdewald commented 5 months ago

Nope, you always need to scan to make sure the device is actually available and handled by the OS.