Bluetooth: Remove unused hci_pend_le_conn_del() function
Now that there are no-longer any users of the hci_pend_le_conn_del() function we can simply go ahead and remove it. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
committed by
Marcel Holtmann
parent
95305baa77
commit
ae44e5d19e
@@ -3460,16 +3460,6 @@ void hci_pend_le_conn_add(struct hci_dev *hdev, struct hci_conn_params *params)
|
||||
hci_update_background_scan(hdev);
|
||||
}
|
||||
|
||||
/* This function requires the caller holds hdev->lock */
|
||||
void hci_pend_le_conn_del(struct hci_dev *hdev, struct hci_conn_params *params)
|
||||
{
|
||||
list_del_init(¶ms->action);
|
||||
|
||||
BT_DBG("addr %pMR (type %u)", ¶ms->addr, params->addr_type);
|
||||
|
||||
hci_update_background_scan(hdev);
|
||||
}
|
||||
|
||||
/* This function requires the caller holds hdev->lock */
|
||||
void hci_pend_le_conns_clear(struct hci_dev *hdev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user