Home
last modified time | relevance | path

Searched refs:adv_instance_expire (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_sync.c468 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
557 adv_instance_expire.work); in adv_timeout_expire()
636 INIT_DELAYED_WORK(&hdev->adv_instance_expire, adv_timeout_expire); in hci_cmd_sync_init()
1912 &hdev->adv_instance_expire, in hci_schedule_adv_instance_sync()
5173 cancel_delayed_work_sync(&hdev->adv_instance_expire); in hci_dev_close_sync()
H A Dhci_core.c1617 cancel_delayed_work(&hdev->adv_instance_expire); in hci_remove_adv_instance()
1647 disable_delayed_work(&hdev->adv_instance_expire); in hci_adv_instances_clear()
H A Dmgmt.c1284 cancel_delayed_work(&hdev->adv_instance_expire); in cancel_adv_timeout()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h593 struct delayed_work adv_instance_expire; member