commit | 8f73afcdb62408de53a661af60da9ebb0020d48e | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Tue Mar 06 11:00:12 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Apr 30 07:36:09 2018 -0400 |
tree | e5f45c73fc63e6bfb3e89a998c857bdc1e3ecbbc | |
parent | 72f9f37a2b653e8bcf34042eace221fc5ec8233d [diff] |
Bluetooth: controller: Generate LE Conn Complete on cancellation When using the LE Create Connection Cancel command, the controller is supposed to return a Command Complete first and then an LE Connection Complete Event after. Since the Link Layer does not generate an event in this case emulate the behavior in the HCI layer instead. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>