]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Translate additional address type during le_conn
authorSathish Narasimman <nsathish41@gmail.com>
Thu, 23 Jul 2020 12:38:59 +0000 (18:08 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 30 Jul 2020 07:34:43 +0000 (09:34 +0200)
commit74d93cfbcaf0c057bb16797c35eab04baf6ea8a8
tree41a71ddff44412073f34d7e769d588caeae90eb6
parentda4a2081ca8658055258aee6c1544dc54e3a982e
Bluetooth: Translate additional address type during le_conn

When using controller based address resolution, then the new address
types 0x02 and 0x03 are used. These types need to be converted back into
either public address or random address types.

This patch is specially during LE_CREATE_CONN if using own_add_type as 0x02
or 0x03.

Signed-off-by: Sathish Narasimman <sathish.narasimman@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c