commit | bf98feea5b65ced367a871cf35fc044dedbcfb85 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Feb 07 15:26:20 2024 -0500 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Mar 06 17:22:41 2024 -0500 |
tree | c44d727a2f4cc8818da5a07995a932002cf7e076 | |
parent | f4b0c2b4cd78b75acde56c2ee5aa732b6fb2a6a9 [diff] |
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout This aligns the use socket sk_timeo as conn_timeout when initiating a connection and then use it when scheduling the resulting HCI command, that way the command is actually aborted synchronously thus not blocking commands generated by hci_abort_conn_sync to inform the controller the connection is to be aborted. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>