diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:31:14 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:45:35 +0100 |
| commit | bc5869180f69e2ad6c6b823e129e08a8e523d800 (patch) | |
| tree | 3ed8b30b8fbba5535e993eb7b72978853a84243d /sys/linux/socket_bluetooth.txt | |
| parent | f83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 (diff) | |
sys/linux: fix 240 warnings in descriptions
Sweeping fix of everything up to socket_netlink_route.txt.
Update #590
Diffstat (limited to 'sys/linux/socket_bluetooth.txt')
| -rw-r--r-- | sys/linux/socket_bluetooth.txt | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sys/linux/socket_bluetooth.txt b/sys/linux/socket_bluetooth.txt index 6b75fd4cf..8ea4f0424 100644 --- a/sys/linux/socket_bluetooth.txt +++ b/sys/linux/socket_bluetooth.txt @@ -130,26 +130,25 @@ getsockopt$bt_BT_RCVMTU(fd sock_bt, level const[SOL_BLUETOOTH], opt const[BT_RCV bt_voice_settings = BT_VOICE_TRANSPARENT, BT_VOICE_CVSD_16BIT +type hci_dev_t int16[-1:10] + sockaddr_hci { fam const[AF_BLUETOOTH, int16] - dev ifindex + dev hci_dev_t chan flags[bt_chi_chan, int16] } hci_inquiry_req { - dev ifindex + dev hci_dev_t flags int16 - lap0 int8 - lap1 int8 - lap2 int8 + lap array[int8, 3] len int8 rsp int8 } hci_ufilter { type int32 - event0 int32 - event1 int32 + event array[int32, 2] opcode int16 } @@ -192,9 +191,7 @@ l2cap_options { l2cap_conninfo { handle int16 - devcls0 int8 - devcls1 int8 - devcls2 int8 + devcls array[int8, 3] } sockaddr_rc { |
