]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0f5e9535bbe6908c333a5493fdb9c7ec5927cba9
treee04e8379f1e9ed13d368c1235a2023181d1d8a60
parent53c037708f2a592ec53955b2ee2cd4a1ad5d5dac
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