From 3dfe93f27c455e07be72a38239f4f8335ba6a860 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Sep 2007 16:14:38 +0000 Subject: Use default event mask from the specification --- hcid/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/device.c b/hcid/device.c index e95f09b3..350bf683 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -232,7 +232,7 @@ int start_adapter(uint16_t dev_id) struct hci_dev *dev; struct hci_version ver; uint8_t features[8], inqmode; - uint8_t events[8] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00 }; + uint8_t events[8] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00 }; char name[249]; int dd, err; -- cgit