adafruit / Adafruit_Blinka_bleio

`_bleio` for Blinka based on `bleak`
58 stars 19 forks source link

send_advertising function #53

Open bleEnjoyer opened 2 years ago

bleEnjoyer commented 2 years ago

I have an issue regarding the start_advertising function here: https://github.com/adafruit/Adafruit_Blinka_bleio/blob/a23f97c66d6422f1be00621d7017851c88d7bce7/_bleio/common.py#L181-L195 It seems to me that the function is not implemented yet but I would like to send advertisements in specific intervals like in this example of the docs: https://docs.circuitpython.org/en/latest/shared-bindings/_bleio/index.html#bleio.Adapter.start_advertising Is there any workaround for this problem?

Thanks for your help.

carlsondev commented 1 year ago

Bumping this issue

dhalbert commented 1 year ago

This request is a subset of #34. The underlying library, bleak, which we use, has no support for advertising or acting as a peripheral.