Diff between 98a77944e6d3d5706647bfa7235c175b32173436 and 4a37e7d8fcf0f0376d95a28d7e4668d23e5e1436
Changed Files
| File | Additions | Deletions | Status |
| tools/hcitool.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/hcitool.c b/tools/hcitool.c
index 02c4ebe..945f675 100644
--- a/tools/hcitool.c
+++ b/tools/hcitool.c
@@ -3351,7 +3351,7 @@ static void cmd_lecup(int dev_id, int argc, char **argv)
timeout = strtoul(argv[4], NULL, 0);
}
- if (handle == 0) {
+ if (handle > 0x0EFF) {
printf("%s", lecup_help);
return;
}