diff options
| author | Zi Fan Tan <zifantan@google.com> | 2021-07-28 05:45:39 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-07-28 17:48:29 +0200 |
| commit | 9a4781d43abfb86fe8521cb6fb084519e237454c (patch) | |
| tree | c2cb2ff9679c28617c269ac0a0732be67cfe0b6d /sys/linux/dev_vhci.txt.const | |
| parent | 17d6ab15777a82fc53dd5c339d04cbe5665ffdf0 (diff) | |
sys/linux: update consts
Update dev_vhci consts as they were updated to use inclusive language in
commit 3d4f9c00492b and 6397729bb74d.
Remove caif_hsi consts as they were removed in commit ca75bcf0a83b.
Remove raw driver ioctls as they were removed in commit 603e4922f1c8.
Diffstat (limited to 'sys/linux/dev_vhci.txt.const')
| -rw-r--r-- | sys/linux/dev_vhci.txt.const | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/linux/dev_vhci.txt.const b/sys/linux/dev_vhci.txt.const index cb178945d..21399d062 100644 --- a/sys/linux/dev_vhci.txt.const +++ b/sys/linux/dev_vhci.txt.const @@ -100,20 +100,21 @@ HCI_OP_INQUIRY_CANCEL = 1026 HCI_OP_IO_CAPABILITY_NEG_REPLY = 1076 HCI_OP_IO_CAPABILITY_REPLY = 1067 HCI_OP_LE_ACCEPT_CIS = 8294 +HCI_OP_LE_ADD_TO_ACCEPT_LIST = 8209 HCI_OP_LE_ADD_TO_RESOLV_LIST = 8231 -HCI_OP_LE_ADD_TO_WHITE_LIST = 8209 +HCI_OP_LE_CLEAR_ACCEPT_LIST = 8208 HCI_OP_LE_CLEAR_RESOLV_LIST = 8233 -HCI_OP_LE_CLEAR_WHITE_LIST = 8208 HCI_OP_LE_CONN_PARAM_REQ_NEG_REPLY = 8225 HCI_OP_LE_CONN_PARAM_REQ_REPLY = 8224 HCI_OP_LE_CONN_UPDATE = 8211 HCI_OP_LE_CREATE_CIS = 8292 HCI_OP_LE_CREATE_CONN = 8205 +HCI_OP_LE_DEL_FROM_ACCEPT_LIST = 8210 HCI_OP_LE_DEL_FROM_RESOLV_LIST = 8232 -HCI_OP_LE_DEL_FROM_WHITE_LIST = 8210 HCI_OP_LE_EXT_CREATE_CONN = 8259 HCI_OP_LE_LTK_NEG_REPLY = 8219 HCI_OP_LE_LTK_REPLY = 8218 +HCI_OP_LE_READ_ACCEPT_LIST_SIZE = 8207 HCI_OP_LE_READ_ADV_TX_POWER = 8199 HCI_OP_LE_READ_BUFFER_SIZE = 8194 HCI_OP_LE_READ_BUFFER_SIZE_V2 = 8288 @@ -125,7 +126,6 @@ HCI_OP_LE_READ_NUM_SUPPORTED_ADV_SETS = 8251 HCI_OP_LE_READ_REMOTE_FEATURES = 8214 HCI_OP_LE_READ_RESOLV_LIST_SIZE = 8234 HCI_OP_LE_READ_SUPPORTED_STATES = 8220 -HCI_OP_LE_READ_WHITE_LIST_SIZE = 8207 HCI_OP_LE_REJECT_CIS = 8295 HCI_OP_LE_REMOVE_CIG = 8293 HCI_OP_LE_SET_ADDR_RESOLV_ENABLE = 8237 @@ -202,8 +202,8 @@ HCI_OP_RESET = 3075 HCI_OP_ROLE_DISCOVERY = 2057 HCI_OP_SETUP_SYNC_CONN = 1064 HCI_OP_SET_CONN_ENCRYPT = 1043 -HCI_OP_SET_CSB = 1089 -HCI_OP_SET_CSB_DATA = 3190 +HCI_OP_SET_CPB = 1089 +HCI_OP_SET_CPB_DATA = 3190 HCI_OP_SET_RESERVED_LT_ADDR = 3188 HCI_OP_SNIFF_MODE = 2051 HCI_OP_SNIFF_SUBRATE = 2065 |
