• Andre Guedes's avatar
    Bluetooth: Introduce connection parameters list · 15819a70
    Andre Guedes authored
    This patch adds to hdev the connection parameters list (hdev->le_
    conn_params). The elements from this list (struct hci_conn_params)
    contains the connection parameters (for now, minimum and maximum
    connection interval) that should be used during the connection
    establishment.
    
    Moreover, this patch adds helper functions to manipulate hdev->le_
    conn_params list. Some of these functions are also declared in
    hci_core.h since they will be used outside hci_core.c in upcoming
    patches.
    Signed-off-by: default avatarAndre Guedes <andre.guedes@openbossa.org>
    Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
    15819a70
hci_core.c 101 KB