Implement pairing with a remote bluetooth device
- Fix PincodeWindow to send the pincode commands dissapear after clicking - Improve the debug output of bluetooth_server - Handle all needed events for the pairing - Simple request could send and receive the event before adding the request to the events wanted list. Inverted the order of this sequence. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26614 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,15 +41,15 @@ class PincodeView : public BView
|
||||
class PincodeWindow : public BWindow
|
||||
{
|
||||
public:
|
||||
PincodeWindow(RemoteDevice* rDevice);
|
||||
PincodeWindow(bdaddr_t address, hci_id hid);
|
||||
virtual void MessageReceived(BMessage *msg);
|
||||
virtual bool QuitRequested();
|
||||
|
||||
private:
|
||||
PincodeView* fView;
|
||||
bdaddr_t bdaddr;
|
||||
RemoteDevice* fRemoteDevice;
|
||||
BMessenger* fMessenger;
|
||||
bdaddr_t fBdaddr;
|
||||
hci_id fHid;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user