Re: [RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-04-29 Thread Andrey Smirnov
On Tue, Apr 23, 2019 at 1:08 PM Marcel Holtmann wrote: > > Hi Andrey, > > > Due to: > > > > - current implementation of l2cap_config_rsp() dropping BT > > connection if sender of configuration response replied with unknown > > option failure (Result=0x0003/L2CAP_CONF_UNKNOWN) > > > > -

Re: [RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-04-23 Thread Marcel Holtmann
Hi Andrey, > Due to: > > - current implementation of l2cap_config_rsp() dropping BT > connection if sender of configuration response replied with unknown > option failure (Result=0x0003/L2CAP_CONF_UNKNOWN) > > - current implementation of l2cap_build_conf_req() adding >

Re: [RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-04-22 Thread Florian Dollinger
I think in essence this is the same as my patch from Jan 2018 here: https://raw.githubusercontent.com/atar-axis/xpadneo/master/misc/kernel_patches/0001-fix_bluetooth_reconnect.patch Right? That's maybe why I am in CC :D If yes, then I can fully confirm that this works as one would expect. Let

Re: [RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-03-20 Thread Andrey Smirnov
On Mon, Feb 18, 2019 at 8:57 PM Andrey Smirnov wrote: > > On Mon, Feb 18, 2019 at 4:58 AM Marcel Holtmann wrote: > > > > Hi Andrey, > > > > > Due to: > > > > > > - current implementation of l2cap_config_rsp() dropping BT > > > connection if sender of configuration response replied with unknown

Re: [RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-02-18 Thread Andrey Smirnov
On Mon, Feb 18, 2019 at 4:58 AM Marcel Holtmann wrote: > > Hi Andrey, > > > Due to: > > > > - current implementation of l2cap_config_rsp() dropping BT > > connection if sender of configuration response replied with unknown > > option failure (Result=0x0003/L2CAP_CONF_UNKNOWN) > > > > -

Re: [RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-02-18 Thread Marcel Holtmann
Hi Andrey, > Due to: > > - current implementation of l2cap_config_rsp() dropping BT > connection if sender of configuration response replied with unknown > option failure (Result=0x0003/L2CAP_CONF_UNKNOWN) > > - current implementation of l2cap_build_conf_req() adding >

[RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN

2019-02-07 Thread Andrey Smirnov
Due to: - current implementation of l2cap_config_rsp() dropping BT connection if sender of configuration response replied with unknown option failure (Result=0x0003/L2CAP_CONF_UNKNOWN) - current implementation of l2cap_build_conf_req() adding L2CAP_CONF_RFC(0x04) option to initial