Is the bts2_main function mandatory on the 52X? After I disabled it, BT_EVENT_REGISTER no longer returns messages, but it works fine on the 58X. Is the bts thread on the 58X created elsewhere? What are the differences between the two?
Based on my observations and guesses, the 58 is multi-core. The Bluetooth task is on the small core. When flashing, the small core code will be automatically linked, and Bluetooth will start. I’m not sure if this is correct.
This is the initialization function of the bts host and must be used.
But why does it still run after commenting out this code on 58? Is the bts thread placed elsewhere on 58’s side?
