Searched refs:fAuthentication (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DExtendedLocalDeviceView.cpp40 fAuthentication = new BCheckBox("Authenticate",
42 fAuthentication->SetEnabled(false);
53 .Add(fAuthentication)
86 fAuthentication->SetValue(true);
97 fAuthentication->SetTarget(this);
142 fDevice->SetAuthentication(fAuthentication->Value());
156 fAuthentication->SetEnabled(value);
165 fAuthentication->SetValue(false);
H A DExtendedLocalDeviceView.h40 BCheckBox* fAuthentication; member in class:ExtendedLocalDeviceView

Completed in 27 milliseconds