diff options
| -rw-r--r-- | hcid/device.c | 2 | 
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; | 
