Open bleEnjoyer opened 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.
Bumping this issue
This request is a subset of #34. The underlying library, bleak, which we use, has no support for advertising or acting as a peripheral.
bleak
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.