diff options
| author | Andy Nguyen <theflow@google.com> | 2020-08-03 12:05:50 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-05 20:13:16 +0200 |
| commit | 9969d2164d26509be8bb7e66a610e3fbc393ca31 (patch) | |
| tree | dd05904783285724a1716273f9a0afe6f8e3aee1 /sys/linux/socket_bluetooth.txt | |
| parent | c9cef45b35aaf2050d438735b2178f86eab35100 (diff) | |
sys/linux: add HCI_COMMAND_PKT descriptions
Diffstat (limited to 'sys/linux/socket_bluetooth.txt')
| -rw-r--r-- | sys/linux/socket_bluetooth.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_bluetooth.txt b/sys/linux/socket_bluetooth.txt index b6abe700b..b7ddba24a 100644 --- a/sys/linux/socket_bluetooth.txt +++ b/sys/linux/socket_bluetooth.txt @@ -28,6 +28,7 @@ setsockopt$bt_hci_HCI_DATA_DIR(fd sock_bt_hci, level const[0], opt const[HCI_DAT setsockopt$bt_hci_HCI_TIME_STAMP(fd sock_bt_hci, level const[0], opt const[HCI_TIME_STAMP], arg ptr[in, int32], arglen len[arg]) setsockopt$bt_hci_HCI_FILTER(fd sock_bt_hci, level const[0], opt const[HCI_FILTER], arg ptr[in, hci_ufilter], arglen len[arg]) getsockopt$bt_hci(fd sock, level const[0], opt flags[bt_hci_sockopt], arg buffer[out], arglen ptr[inout, len[arg, int32]]) +write$bt_hci(fd sock_bt_hci, data ptr[in, vhci_command_pkt], size bytesize[data]) define HCI_EXTERNAL_CONFIG 0x40 define HCI_RAW_DEVICE 0x80 |
