PincodeWindow
friend class PincodeWindow;
class PincodeWindow : public BWindow {
PincodeWindow(bdaddr_t address, hci_id hid);
PincodeWindow(RemoteDevice* rDevice);
using Bluetooth::PincodeWindow;
PincodeWindow::MessageReceived(BMessage* msg)
PincodeWindow::QuitRequested()
PincodeWindow::SetBDaddr(BString address)
PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid)
PincodeWindow::PincodeWindow(RemoteDevice* rDevice)
PincodeWindow::InitUI()
PincodeWindow* iPincode = new PincodeWindow(event->bdaddr, GetID());