Hi Suraj,
On Mon, Mar 21, 2011, Suraj Sumangala wrote:
I am working on a Bluetooth AMP manager module (linked to l2cap
module) that require access to the Link key of the connected(paired)
device.
I am trying to use the hci_find_link_key() call with the BDADDR of
the remote device as parameter without success. It looks like the
list "hci_dev.link_keys" is not getting populated in the first
place.
That list only gets populated if you've enabled the management interface
(enable_mgmt=1 module option) and have a matching user space version
with management interface support.
Johan