mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-12 13:34:41 +08:00
hcidump: Add support for fixed channel information element
This commit is contained in:
parent
3f3024d24a
commit
c8dd52a6a7
@ -667,6 +667,9 @@ static void info_opt(int level, int type, void *ptr, int len)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 0x0003:
|
||||
printf("Fixed channel list\n");
|
||||
break;
|
||||
default:
|
||||
printf("Unknown (len %d)\n", len);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user