diff options
Diffstat (limited to 'tools/hcitool.c')
-rw-r--r-- | tools/hcitool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hcitool.c b/tools/hcitool.c index 37450098..b01f78d6 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -465,7 +465,7 @@ static void cmd_info(int dev_id, int argc, char **argv) printf("\tFeatures: 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x 0x%2.2x\n%s\n", features[0], features[1], features[2], features[3], features[4], features[5], features[6], features[7], - lmp_featurestostr(features, "\t\t", 3)); + lmp_featurestostr(features, "\t\t", 63)); } if (cc) |