Home
last modified time | relevance | path

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

/linux/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()
1985 &hdev->adv_instance_expire, in hci_schedule_adv_instance_sync()
5242 cancel_delayed_work_sync(&hdev->adv_instance_expire); in hci_dev_close_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h600 struct delayed_work adv_instance_expire; member