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)
commit77a77a30ae893a63467c51e45de18d0bdfa612e4
tree220f47fde3fcaa2c23958ec371820994edda646e
parent6f77d8c757523f675679d845ff0e15d3276a168a
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