Loading system/bta/le_audio/client.cc +6 −2 Original line number Diff line number Diff line Loading @@ -1817,8 +1817,12 @@ class LeAudioClientImpl : public LeAudioClient { leAudioDevices_.Remove(address); return; } /* Attempt background re-connect if disconnect was not intended locally */ if (reason != GATT_CONN_TERMINATE_LOCAL_HOST) { /* Attempt background re-connect if disconnect was not intended locally * or if autoconnect is set and device got disconnected because of some * issues */ if (reason != GATT_CONN_TERMINATE_LOCAL_HOST || leAudioDevice->autoconnect_flag_) { leAudioDevice->SetConnectionState( DeviceConnectState::CONNECTING_AUTOCONNECT); BTA_GATTC_Open(gatt_if_, address, BTM_BLE_BKG_CONNECT_ALLOW_LIST, false); Loading Loading
system/bta/le_audio/client.cc +6 −2 Original line number Diff line number Diff line Loading @@ -1817,8 +1817,12 @@ class LeAudioClientImpl : public LeAudioClient { leAudioDevices_.Remove(address); return; } /* Attempt background re-connect if disconnect was not intended locally */ if (reason != GATT_CONN_TERMINATE_LOCAL_HOST) { /* Attempt background re-connect if disconnect was not intended locally * or if autoconnect is set and device got disconnected because of some * issues */ if (reason != GATT_CONN_TERMINATE_LOCAL_HOST || leAudioDevice->autoconnect_flag_) { leAudioDevice->SetConnectionState( DeviceConnectState::CONNECTING_AUTOCONNECT); BTA_GATTC_Open(gatt_if_, address, BTM_BLE_BKG_CONNECT_ALLOW_LIST, false); Loading