Home
last modified time | relevance | path

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

/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp51 PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid) in PincodeWindow() function in Bluetooth::PincodeWindow
66 PincodeWindow::PincodeWindow(RemoteDevice* rDevice) in PincodeWindow() function in Bluetooth::PincodeWindow
80 PincodeWindow::InitUI() in InitUI()
144 PincodeWindow::MessageReceived(BMessage* msg) in MessageReceived()
215 PincodeWindow::QuitRequested() in QuitRequested()
222 PincodeWindow::SetBDaddr(BString address) in SetBDaddr()
/haiku/headers/private/bluetooth/
H A DPincodeWindow.h31 class PincodeWindow : public BWindow {
33 PincodeWindow(bdaddr_t address, hci_id hid);
34 PincodeWindow(RemoteDevice* rDevice);
61 using Bluetooth::PincodeWindow;
/haiku/src/kits/bluetooth/
H A DJamfile26 PincodeWindow.cpp
/haiku/headers/os/bluetooth/
H A DLocalDevice.h72 friend class PincodeWindow; variable
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp974 PincodeWindow* iPincode = new PincodeWindow(event->bdaddr, GetID()); in PinCodeRequest()