Ryan Powell

Results 877 comments of Ryan Powell

That error is from here: https://github.com/espressif/esp-idf/blob/c01512f4b0a5086b577f1c8d00378c3e4ae6ee33/components/bt/controller/esp32/bt.c#L1811 Looks like the controller wasn't initialized when you called deint.

@jackjansen, sorry you had this difficulty. I'm not sure how printing the UUID would have helped, generally speaking if the default callbacks are printing a message that means your callback...

Thanks, looks like I missed that one. I was intending to have them all formatted as `passkey`, oops.

When updating the advertised data you need to first clear all of the existing data and rebuild the entire advertisement with the new data. Unfortunately there is no way to...

The recommended way to do this is to call `clearData` then add all your data back in and update the advertisement.

Glad you got it working. > First, what does BLE_HS_ADV_F_DISC_GEN stand for? BLE, HS (High Speed?), ADV (Advertisement), F (Function or Full?), GEN (General) - bad guess These macros are...

There is a L2CAP server class that will be implemented shortly in this repo but to create this service would require too much time that would have little benefit for...

Something is wrong with your build environment.

@Jasionf are you using Arduino IDE or platformio?

Thank you @Jasionf, it looks to me like you have selected the board from another arduino core and not this one. If you use platformio instead it will be easier...