commit | 16e3b6429159795a87add7584eb100b19aa1d70b | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Thu Aug 03 14:49:14 2023 -0700 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Fri Aug 11 11:54:10 2023 -0700 |
tree | a21948d486bf532bb9b4ce78d44ebb8db37eb6df | |
parent | b7f923b1ef6a2e76013089d30c9552257056360a [diff] |
Bluetooth: hci_conn: Fix modifying handle while aborting This introduces hci_conn_set_handle which takes care of verifying the conditions where the hci_conn handle can be modified, including when hci_conn_abort has been called and also checks that the handles is valid as well. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>