Ignore HID connection states from unselected transports
When HID transports are switched, it is possible the newly selected transport connects before the previous transport disconnects. As a result the wrong HID connection state may be broadcasted to apps. This fix now moves the previous transport to the DISCONNECTED state immediately and ignores further state transitions from the native HID for the same transport. Change-Id: I7f38ff20f6d82e6ceba325c46d2f9337804c2aba Test: atest BumbleBluetoothTests Flag: com.android.bluetooth.flags.ignore_unselected_hid_transport_states Bug: 374641230 Bug: 397460323
Loading
Please register or sign in to comment