Bluetooth: hci_conn: use HCI dst_type values also for BIS
authorPauli Virtanen <pav@iki.fi>
Tue, 11 Oct 2022 19:25:34 +0000 (22:25 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 12 Dec 2022 22:19:23 +0000 (14:19 -0800)
commitd11ab690c300becca17223531f9ca4ae29284c52
tree3324bad40f34506af65bf6bdc2cac4fff1f6b090
parenta479e71322ced3e663b0baf17a6d250c973454c8
Bluetooth: hci_conn: use HCI dst_type values also for BIS

For ISO BIS related functions in hci_conn.c, make dst_type values be HCI
address type values, not ISO socket address type values.  This makes it
consistent with CIS functions.

Signed-off-by: Pauli Virtanen <pav@iki.fi>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_conn.c
net/bluetooth/iso.c