diff options
| -rw-r--r-- | tools/hcitool.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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) { | 
