PhonePolicy: Fix connecting other profiles.
Connecting other profiles is called from timer - 6sec after some profile got connected. If within this 6 sec, device got disconnected, connect other profile will be called and if there is still a profile connected then other profiles will start to reconnect (even device is already disconnecte) Note: if there is LeAudio device streaming, and LeAudio lead device got disconnected, the LeAudioProfile is still connected in order to keep music play. Under the hood it is reconnecting, but this is happaning in native layer. In such case we don't want java layer to start reconnection of the profiles Bug: 294965719 Test: atest PhonePolicyTest Tag: #feature Change-Id: Ib0dac7a9d9bae75eaa68ec321e055092c035dcb5
Loading
Please register or sign in to comment