Searched refs:PincodeWindow (Results 1 – 5 of 5) sorted by relevance
51 PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid) in PincodeWindow() function in Bluetooth::PincodeWindow66 PincodeWindow::PincodeWindow(RemoteDevice* rDevice) in PincodeWindow() function in Bluetooth::PincodeWindow80 PincodeWindow::InitUI() in InitUI()144 PincodeWindow::MessageReceived(BMessage* msg) in MessageReceived()215 PincodeWindow::QuitRequested() in QuitRequested()222 PincodeWindow::SetBDaddr(BString address) in SetBDaddr()
31 class PincodeWindow : public BWindow {33 PincodeWindow(bdaddr_t address, hci_id hid);34 PincodeWindow(RemoteDevice* rDevice);61 using Bluetooth::PincodeWindow;
26 PincodeWindow.cpp
72 friend class PincodeWindow; variable
974 PincodeWindow* iPincode = new PincodeWindow(event->bdaddr, GetID()); in PinCodeRequest()