]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Introduce hdev->pend_le_conn list
authorAndre Guedes <andre.guedes@openbossa.org>
Wed, 26 Feb 2014 23:21:46 +0000 (20:21 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 27 Feb 2014 03:41:34 +0000 (19:41 -0800)
commit0e9d5c67bedc54a49c5bc67812179cb212aaaa3e
tree220f47fde3fcaa2c23958ec371820994edda646e
parentaed30f97e11e6ee004c07591a010ffc32cfe67c7
Bluetooth: Introduce hdev->pend_le_conn list

This patch introduces the hdev->pend_le_conn list which holds the
device addresses the kernel should autonomously connect. It also
introduces some helper functions to manipulate the list.

The list and helper functions will be used by the next patch which
implements the LE auto connection infrastructure.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c