mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
Bluetooth: Export current local RPA with identity information
The identity information in debugfs currently do not include the current in use local RPA. Since the RPA is now stored in the controller information, include it in the debugfs as well. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
2b5224dca5
commit
473deef2c9
@ -596,7 +596,8 @@ static int identity_show(struct seq_file *f, void *p)
|
||||
addr_type = ADDR_LE_DEV_PUBLIC;
|
||||
}
|
||||
|
||||
seq_printf(f, "%pMR (type %u) %*phN\n", addr, addr_type, 16, hdev->irk);
|
||||
seq_printf(f, "%pMR (type %u) %*phN %pMR\n", addr, addr_type,
|
||||
16, hdev->irk, &hdev->rpa);
|
||||
|
||||
hci_dev_unlock(hdev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user