Searched refs:next_instance (Results 1 – 2 of 2) sorted by relevance
1823 struct adv_info *adv_instance, *n, *next_instance = NULL; in hci_req_clear_adv_instance() local1836 next_instance = hci_get_next_instance(hdev, instance); in hci_req_clear_adv_instance()1855 if (next_instance && in hci_req_clear_adv_instance()1856 next_instance->instance == instance) in hci_req_clear_adv_instance()1857 next_instance = NULL; in hci_req_clear_adv_instance()1869 if (next_instance) in hci_req_clear_adv_instance()1870 __hci_req_schedule_adv_instance(req, next_instance->instance, in hci_req_clear_adv_instance()
6549 struct adv_info *next_instance; in add_advertising() local6632 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising()6633 if (next_instance) in add_advertising()6634 schedule_instance = next_instance->instance; in add_advertising()