Home
last modified time | relevance | path

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

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