Lines Matching refs:next_instance
1563 struct adv_info *adv_instance, *n, *next_instance = NULL; in clear_adv_instance() local
1576 next_instance = hci_get_next_instance(hdev, instance); in clear_adv_instance()
1596 if (next_instance && in clear_adv_instance()
1597 next_instance->instance == instance) in clear_adv_instance()
1598 next_instance = NULL; in clear_adv_instance()
1615 if (next_instance) in clear_adv_instance()
1616 schedule_adv_instance(req, next_instance->instance, false); in clear_adv_instance()
7146 struct adv_info *next_instance; in add_advertising() local
7225 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising()
7226 if (next_instance) in add_advertising()
7227 schedule_instance = next_instance->instance; in add_advertising()