diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-19 21:35:55 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-19 21:48:20 +0100 |
| commit | 4b696a5daf040e6930be366eb66ab28401788932 (patch) | |
| tree | f88ce7cbc4be5d3e790bdbad13e29f3faad188fa /sys/linux/socket_bluetooth.txt | |
| parent | a793204dd2d8384659b030af537f07da094dfda8 (diff) | |
sys/linux: minor fixes to bt descriptions
Diffstat (limited to 'sys/linux/socket_bluetooth.txt')
| -rw-r--r-- | sys/linux/socket_bluetooth.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/linux/socket_bluetooth.txt b/sys/linux/socket_bluetooth.txt index e100f3949..1ff37f92a 100644 --- a/sys/linux/socket_bluetooth.txt +++ b/sys/linux/socket_bluetooth.txt @@ -101,12 +101,12 @@ getsockopt$bt_BT_RCVMTU(fd sock_bt, level const[SOL_BLUETOOTH], opt const[BT_RCV sockaddr_hci { fam const[AF_BLUETOOTH, int16] - dev int16 + dev ifindex chan flags[bt_chi_chan, int16] } hci_inquiry_req { - dev int16 + dev ifindex flags int16 lap0 int8 lap1 int8 @@ -239,15 +239,15 @@ bnep_connadd_req { bnep_conndel_req { flags int32 - dst array[int8, 6] + dst mac_addr } bnep_conninfo { flags int32 role int16 state int16 - dst array[int8, 6] - device array[int8, 16] + dst mac_addr + device devname } bnep_connlist_req { |
