Home
last modified time | relevance | path

Searched refs:current_connect_state (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc1452 auto current_connect_state = leAudioDevice->GetConnectionState(); in Connect() local
1453 if ((current_connect_state == DeviceConnectState::CONNECTED) || in Connect()
1454 (current_connect_state == DeviceConnectState::CONNECTING_BY_USER)) { in Connect()
1456 bluetooth::common::ToString(current_connect_state)); in Connect()