These patches allows L2CAP socket user to reserve bandwidth in
percentage. Underlying socket reserves calculated number of
HCI credits for this L2CAP channel.
Manoj Kumar Sharma (2):
Bluetooth: Usage of HCI channels in L2CAP
Bluetooth: L2CAP socket option to reserve bandwidth
include/net/bluetooth/bluetooth.h | 2 ++
include/net/bluetooth/hci_core.h | 2 ++
include/net/bluetooth/l2cap.h | 2 ++
net/bluetooth/hci_conn.c | 30 ++++++++++++++++++++++++++++++
net/bluetooth/hci_core.c | 27 ++++++++++++++++++++++++++-
net/bluetooth/l2cap_core.c | 12 +++++++++++-
net/bluetooth/l2cap_sock.c | 11 +++++++++++
7 files changed, 84 insertions(+), 2 deletions(-)