OpenBluetoothToolbox / SimpleBLE

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

how to create Peripheral by given mac address without scanning? #260

Closed holahapi closed 11 months ago

holahapi commented 11 months ago

in windows 10, python 3.9

i already known the mac address and the characteristics uuid.

can i create the Peripheral object directly with mac address?

kdewald commented 11 months ago

Hey @holahapi,

The connection process always involves a scanning phase. You can eventually abstract the functionality that you desire in your own code.

holahapi commented 11 months ago

i got it, thank you.