if (!hci_conn_num(hdev, LE_LINK))
                return;
 
-       if (!hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) {
-               /* LE tx timeout must be longer than maximum
-                * link supervision timeout (40.9 seconds) */
-               if (!hdev->le_cnt && hdev->le_pkts &&
-                   time_after(jiffies, hdev->le_last_tx + HZ * 45))
-                       hci_link_tx_to(hdev, LE_LINK);
-       }
-
        cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt;
+
+       __check_timeout(hdev, cnt);
+
        tmp = cnt;
        while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) {
                u32 priority = (skb_peek(&chan->data_q))->priority;