diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-24 11:03:37 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-24 11:03:37 +0000 |
commit | 50f6d576076b6692f8aa391bf56fdb0922ad4072 (patch) | |
tree | 7be4622dfb00bcd43db6e49ff13b3cbd22e4d600 /hcid | |
parent | b8857295f260fba3aa0e977cddfeb5e38d79298b (diff) |
Add EVT_CMD_COMPLETE to the filter
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/security.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/security.c b/hcid/security.c index 670f8dde..0bcb8d38 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -775,6 +775,7 @@ void start_security_manager(int hdev) hci_filter_clear(&flt); hci_filter_set_ptype(HCI_EVENT_PKT, &flt); hci_filter_set_event(EVT_CMD_STATUS, &flt); + hci_filter_set_event(EVT_CMD_COMPLETE, &flt); hci_filter_set_event(EVT_PIN_CODE_REQ, &flt); hci_filter_set_event(EVT_LINK_KEY_REQ, &flt); hci_filter_set_event(EVT_LINK_KEY_NOTIFY, &flt); |