MAP MCE disconnecting automatically
Disconnect commands were getting queued even if bluetooth wasn't connected. This would cause the disconnect command to get processed immediately after the connection succeeded. Updated logic to defer all commands while "Connecting" or "Disconnecting" throw out any disconnect commands at the head of the queue while "Disconnected" and generate implied disconnect commands when a connect command arived while already Connected. Bug: 32080718 Change-Id: Ib02c74c753e88cf4876835ee8e5e0c8f2a6ebc34 (cherry picked from commit bb6d28b7e9c6cf7e57712e687daed388b069a014)
Loading
Please register or sign in to comment