summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-09 04:37:29 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-09 04:37:29 +0000
commit8eae4fc054a6f522d9cbc24dbe824838056f0dcf (patch)
tree83c35c3a15e9c20ce944add18fbc7fc8d1f6ece1 /hcid/adapter.c
parent4aa07a5ae2035b9ad13c63c3cb85192c85d85252 (diff)
Add support for Simple Pairing User Notification event
Diffstat (limited to 'hcid/adapter.c')
-rw-r--r--hcid/adapter.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c
index dead8c4d..9662559b 100644
--- a/hcid/adapter.c
+++ b/hcid/adapter.c
@@ -2629,6 +2629,9 @@ static void cancel_auth_request(int dd, auth_type_t type, bdaddr_t *bda)
hci_send_cmd(dd, OGF_LINK_CTL, OCF_USER_PASSKEY_NEG_REPLY,
6, bda);
break;
+ case AUTH_TYPE_NOTIFY:
+ /* User Notify doesn't require any reply */
+ break;
}
}