Re: [PATCH] Print pkt_type when decoding Setup Synchronous Connection command.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Nick,

> diff --git a/parser/hci.c b/parser/hci.c
> index c0ca27e..958cd38 100644
> --- a/parser/hci.c
> +++ b/parser/hci.c
> @@ -917,8 +917,9 @@ static inline void setup_sync_conn_dump(int level, struct frame *frm)
>  	setup_sync_conn_cp *cp = frm->ptr;
>  
>  	p_indent(level, frm);
> -	printf("handle %d voice setting 0x%4.4x\n", btohs(cp->handle),
> -						btohs(cp->voice_setting));
> +	printf("handle %d voice setting 0x%4.4x pkt_type 0x%4.4x\n",
> +		btohs(cp->handle), btohs(cp->voice_setting),
> +		btohs(cp->pkt_type));
>  }

I renamed it to ptype instead of pkt_type to be consistent, but
otherwise, patch has been applied. Thanks.

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux