Re: [PATCH v2] Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredr

2020-10-27 Thread Alain Michaud
t; > On Tue, Sep 29, 2020 at 4:03 PM Claire Chang wrote: > > > > Avoid multiple attempts to create the debugfs entry, force_bredr_smp, > > by moving it from the SMP registration to the BR/EDR controller init > > section. hci_debugfs_create_bredr is only called when HCI_SE

[PATCH v2] bluetooth: Adding a configurable autoconnect timeout

2020-06-15 Thread Alain Michaud
This patch adds a configurable LE autoconnect timeout. Signed-off-by: Alain Michaud --- Changes in v1: Fixing longer than 80 char line. include/net/bluetooth/hci_core.h | 1 + net/bluetooth/hci_core.c | 1 + net/bluetooth/hci_event.c| 2 +- net/bluetooth/hci_request.c