From 8eae4fc054a6f522d9cbc24dbe824838056f0dcf Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 9 Jun 2008 04:37:29 +0000 Subject: Add support for Simple Pairing User Notification event --- hcid/adapter.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hcid/adapter.c') 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; } } -- cgit