mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 990428 - Do not reset mSlcConnected=false when indicator status update is disabled, f=jaliu, r=echou
This commit is contained in:
parent
ecdde13284
commit
44b29d714f
@ -754,7 +754,15 @@ BluetoothHfpManager::ReceiveSocketData(BluetoothSocket* aSocket,
|
||||
}
|
||||
|
||||
mCMER = atCommandValues[3].EqualsLiteral("1");
|
||||
mSlcConnected = mCMER;
|
||||
|
||||
/**
|
||||
* SLC is connected once the "indicator status update" is enabled by
|
||||
* AT+CMER command. See 4.2.1 in Bluetooth hands-free profile 1.6
|
||||
* for more details.
|
||||
*/
|
||||
if (mCMER) {
|
||||
mSlcConnected = true;
|
||||
}
|
||||
|
||||
// If we get internal request for SCO connection,
|
||||
// setup SCO after Service Level Connection established.
|
||||
|
Loading…
Reference in New Issue
Block a user