Bluetooth: Connection parameters check helper
authorAndre Guedes <andre.guedes@openbossa.org>
Thu, 26 Jun 2014 00:52:52 +0000 (21:52 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:52 +0000 (17:42 +0200)
commitd4905f2453bd228d8ffc57f4e25bba0a8f52c805
treee04e8379f1e9ed13d368c1235a2023181d1d8a60
parentc20c02d5c8d76f39be461c25bf5de3a1dc96885e
Bluetooth: Connection parameters check helper

This patch renames l2cap_check_conn_param() to hci_check_conn_params()
and moves it to hci_core.h so it can reused in others files. This helper
will be reused in the next patch.

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/l2cap_core.c