Lines Matching refs:tmpDevice
523 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()
6044 tmpDevice->address_); in SetAsymmetricBlePhy()
6045 BTM_BleSetPhy(tmpDevice->address_, PHY_LE_2M, in SetAsymmetricBlePhy()
6047 tmpDevice->acl_asymmetric_ = asymmetric; in SetAsymmetricBlePhy()