Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc523 for (auto tmpDevice = leAudioDevice; tmpDevice != nullptr; in OnLeAudioDeviceSetStateTimeout() local
524 tmpDevice = group->GetNextActiveDevice(tmpDevice)) { in OnLeAudioDeviceSetStateTimeout()
525 if (tmpDevice->closing_stream_for_disconnection_) { in OnLeAudioDeviceSetStateTimeout()
6031 for (auto tmpDevice = leAudioDevice; tmpDevice != nullptr; in SetAsymmetricBlePhy() local
6032 tmpDevice = group->GetNextDevice(tmpDevice)) { in SetAsymmetricBlePhy()
6036 tmpDevice->acl_asymmetric_ == asymmetric, asymmetric, in SetAsymmetricBlePhy()
6037 tmpDevice->address_, in SetAsymmetricBlePhy()
6038 BTM_IsAclConnectionUp(tmpDevice->address_, BT_TRANSPORT_LE)); in SetAsymmetricBlePhy()
6039 if (tmpDevice->acl_asymmetric_ == asymmetric || in SetAsymmetricBlePhy()
6040 !BTM_IsAclConnectionUp(tmpDevice->address_, BT_TRANSPORT_LE)) in SetAsymmetricBlePhy()
[all …]