mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-23 04:43:35 +08:00
hcidump: Fix protocol bits
This commit is contained in:
parent
65826f2b68
commit
13cb686514
@ -125,9 +125,9 @@ static char *protocol2str(uint8_t head)
|
||||
{
|
||||
switch (head & 0x01) {
|
||||
case 0x00:
|
||||
return "Report protocol";
|
||||
case 0x01:
|
||||
return "Boot protocol";
|
||||
case 0x01:
|
||||
return "Report protocol";
|
||||
default:
|
||||
return "Reserved";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user