Can't send bluetooth packet from my custom app #2071
-
My app can't send Bluetooth packets when a LVGL button is pressed. Worked fine last year. I checked with Wireshark : I can see packets from Music app buttons, but not from my app. Does something noticeable changed in bluetooth since last year ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ho I just figure out that I forgot to register nimble controller in src/systemtask/SystemTask.cpp Sorry for the noise, but maybe it may help someone else. |
Beta Was this translation helpful? Give feedback.
Ho I just figure out that I forgot to register nimble controller in src/systemtask/SystemTask.cpp
displayApp.Register(&nimbleController.home());
Sorry for the noise, but maybe it may help someone else.