summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-09-10 16:14:38 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-09-10 16:14:38 +0000
commit3dfe93f27c455e07be72a38239f4f8335ba6a860 (patch)
tree27330b8c8a6cb524a10d0363330ae072b671ada7 /hcid
parentd5c3190e0a1e608eeaf6c13ac12071ce288d78a1 (diff)
Use default event mask from the specification
Diffstat (limited to 'hcid')
-rw-r--r--hcid/device.c2
1 files changed, 1 insertions, 1 deletions
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;