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

/haiku/headers/private/bluetooth/
H A DPincodeWindow.h31 class PincodeWindow : public BWindow { class in namespace:Bluetooth
33 PincodeWindow(bdaddr_t address, hci_id hid);
34 PincodeWindow(RemoteDevice* rDevice);
61 using Bluetooth::PincodeWindow;
/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp34 #include <PincodeWindow.h>
51 PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid) function in class:Bluetooth::PincodeWindow
66 PincodeWindow::PincodeWindow(RemoteDevice* rDevice) function in class:Bluetooth::PincodeWindow
80 PincodeWindow::InitUI()
144 PincodeWindow::MessageReceived(BMessage* msg)
215 PincodeWindow::QuitRequested()
222 PincodeWindow::SetBDaddr(BString address)
/haiku/headers/os/bluetooth/
H A DLocalDevice.h72 friend class PincodeWindow;
/haiku/src/preferences/bluetooth/
H A DRemoteDevicesView.cpp24 #include <PincodeWindow.h>
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp22 #include <PincodeWindow.h>
974 PincodeWindow* iPincode = new PincodeWindow(event->bdaddr, GetID());

Completed in 67 milliseconds