diff options
Diffstat (limited to 'hcid/device.c')
-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 7085f078..40cba5c1 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -316,7 +316,7 @@ setup: if (features[6] & LMP_NFLUSH_PKTS) events[7] |= 0x01; - + if (features[7] & LMP_LSTO) events[6] |= 0x80; |