IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 490 forks source link

Does bluepy allows to advertise data? #221

Open Naveenb90 opened 6 years ago

Naveenb90 commented 6 years ago

I am new to BLE devices. I am trying to advertise data using Raspberry pi BLE module.

i found - Scanner object is used to scan for LE devices which are broadcasting advertising data.

Do we have any class or functions to advertise data?

LWY931119 commented 6 years ago

I have the same question,however I found nothing in this.Do you have any idea now?