Bluetooth: mgmt: Add address type to link key messages

The latest mgmt API includes an address type wherever there's an address
present. This patch updates the link key messages to match it.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Johan Hedberg
2012-02-17 14:06:34 +02:00
parent 42d2d87cfe
commit d753fdc40f
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ struct mgmt_cp_remove_uuid {
} __packed;
struct mgmt_link_key_info {
bdaddr_t bdaddr;
struct mgmt_addr_info addr;
u8 type;
u8 val[16];
u8 pin_len;