From 05ec11bf58edbacb68ebf4cd4b629df697224d6e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 22 Feb 2005 02:41:02 +0000 Subject: The transmit power level is a signed integer value --- tools/hcitool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/hcitool.c b/tools/hcitool.c index 766c084e..225977b7 100644 --- a/tools/hcitool.c +++ b/tools/hcitool.c @@ -959,7 +959,8 @@ static void cmd_tpl(int dev_id, int argc, char **argv) { struct hci_conn_info_req *cr; bdaddr_t bdaddr; - uint8_t type, level; + uint8_t type; + int8_t level; int opt, dd; for_each_opt(opt, tpl_options, NULL) { -- cgit