Re: [PATCH] Bluetooth: Add SCO fallback for invalid LMP parameters error

2020-05-18 Thread Marcel Holtmann
Hi Hsin-Yu, > Bluetooth PTS test case HFP/AG/ACC/BI-12-I accepts SCO connection > with invalid parameter at the first SCO request expecting AG to > attempt another SCO request with the use of "safe settings" for > given codec, base on section 5.7.1.2 of HFP 1.7 specification. > > This patch addre

[PATCH] Bluetooth: Add SCO fallback for invalid LMP parameters error

2020-05-15 Thread Hsin-Yu Chao
From: Hsin-Yu Chao Bluetooth PTS test case HFP/AG/ACC/BI-12-I accepts SCO connection with invalid parameter at the first SCO request expecting AG to attempt another SCO request with the use of "safe settings" for given codec, base on section 5.7.1.2 of HFP 1.7 specification. This patch addresses