From 09ea812fef5f9743f668ba60eef2dd9276194f49 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 28 Apr 2011 11:28:57 -0700 Subject: [PATCH] --- yaml --- r: 247259 b: refs/heads/master c: be77159c3f37e73a18ecc5c1eab3c67e07c6ce22 h: refs/heads/master i: 247257: 29039c86ce8e0378c3222c687e9977c0bb5580b9 247255: cbc5168f3605f0a5ea97d558f1bb1600e66d7c9c v: v3 --- [refs] | 2 +- trunk/net/bluetooth/hci_event.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e8fe5e2cfadb..ab962fc121c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55bc1a378cc35f21a26e07af2ff2b71820808cd4 +refs/heads/master: be77159c3f37e73a18ecc5c1eab3c67e07c6ce22 diff --git a/trunk/net/bluetooth/hci_event.c b/trunk/net/bluetooth/hci_event.c index 29310c78ebb3..d535ea4ccbed 100644 --- a/trunk/net/bluetooth/hci_event.c +++ b/trunk/net/bluetooth/hci_event.c @@ -2462,7 +2462,7 @@ static inline void hci_io_capa_request_evt(struct hci_dev *hdev, struct sk_buff struct hci_cp_io_capability_neg_reply cp; bacpy(&cp.bdaddr, &ev->bdaddr); - cp.reason = 0x16; /* Pairing not allowed */ + cp.reason = 0x18; /* Pairing not allowed */ hci_send_cmd(hdev, HCI_OP_IO_CAPABILITY_NEG_REPLY, sizeof(cp), &cp);