]> 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)
commite2b486c812d544676d88b58770bc81807de210e6
tree220f47fde3fcaa2c23958ec371820994edda646e
parentab2438569bd5d782ef5dbeb67c5d4812d2f09230
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