I’m experiencing an issue when handling Bluetooth headset button events in my React Native app.
Whenever I press mute, hangup, or answer on the Bluetooth device, the actions don’t propagate back to my JavaScript side. This means I cannot control or handle these events properly in my JS logic.
Has anyone faced a similar problem, and is there a recommended approach or fix to make sure Bluetooth button events are passed through and can be handled in the React Native layer?