Bluetooth: Add tracking of advertising address type
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 27 Feb 2014 12:05:40 +0000 (14:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 27 Feb 2014 16:50:21 +0000 (08:50 -0800)
To know the real source address for incoming connections (needed e.g.
for SMP) we should store the own_address_type parameter that was used
for the last HCI_LE_Write_Advertising_Parameters command. This patch
adds a proper command complete handler for the command and stores the
address type in a new adv_addr_type variable in the hci_dev struct.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

No differences found