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

can simpleble support ble broadcast? #278

Closed shashenli closed 7 months ago

shashenli commented 7 months ago

i can use simpleble to scan peripherals but i dont see how to broadcast myself

shashenli commented 7 months ago

@kdewald

eriklins commented 7 months ago

SimpleBLE currently only supports BLE central role i.e., scanning, connecting to peripherals, accessing GATT table etc. No peripheral functionality is implemented (yet).

Peripheral role has already been requested in #99, so this one here should be closed.