Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmplt
authorBrian Gix <brian.gix@intel.com>
Tue, 16 Aug 2022 19:04:34 +0000 (12:04 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 31 Aug 2022 22:45:26 +0000 (15:45 -0700)
commit278d933e12f163369d1f18e8e3e5c49d5e77f233
tree5da215de0f05f2403c64d2e432bb661369c61fc8
parentb828854871f6851c75a5b19f1cd967bf4e7c85dd
Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmplt

The HCI_OP_READ_ENC_KEY_SIZE command is converted from using the
deprecated hci_request mechanism to use hci_send_cmd, with an
accompanying hci_cc_read_enc_key_size to handle it's return response.

Signed-off-by: Brian Gix <brian.gix@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_event.c