Home
last modified time | relevance | path

Searched refs:cur_adv_instance (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/bluetooth/
Dhci_request.c1251 req->hdev->cur_adv_instance, in __hci_req_resume_adv_instances()
1445 return adv_instance_is_scannable(hdev, hdev->cur_adv_instance); in adv_cur_instance_is_scannable()
1565 flags = get_adv_instance_flags(hdev, hdev->cur_adv_instance); in __hci_req_enable_advertising()
1566 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in __hci_req_enable_advertising()
1960 if (hdev->cur_adv_instance) { in hci_req_reenable_advertising()
1961 __hci_req_schedule_adv_instance(&req, hdev->cur_adv_instance, in hci_req_reenable_advertising()
1990 instance = hdev->cur_adv_instance; in adv_timeout_expire()
2450 if (!force && hdev->cur_adv_instance == instance && in __hci_req_schedule_adv_instance()
2454 hdev->cur_adv_instance = instance; in __hci_req_schedule_adv_instance()
2486 if (!instance || hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
[all …]
Dhci_core.c2003 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_scan_state()
2936 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
2941 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
2979 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
3785 hdev->cur_adv_instance = 0x00; in hci_alloc_dev_priv()
Dmgmt.c993 __hci_req_start_ext_adv(&req, hdev->cur_adv_instance); in rpa_expired()
3236 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire()
3350 __hci_req_update_scan_rsp_data(&req, hdev->cur_adv_instance); in set_local_name()
5359 instance = hdev->cur_adv_instance; in set_advertising_complete()
5432 hdev->cur_adv_instance = 0x00; in set_advertising()
5480 hdev->cur_adv_instance = 0x00; in set_advertising()
5835 __hci_req_update_adv_data(&req, hdev->cur_adv_instance); in set_bredr()
7676 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
7789 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
8102 if (hdev->cur_adv_instance == cp->instance) { in add_ext_adv_data()
Dhci_event.c2355 hdev->cur_adv_instance = conn->adv_instance; in hci_cs_disconnect()
2965 hdev->cur_adv_instance = conn->adv_instance; in hci_disconn_complete_evt()
5330 conn->adv_instance = hdev->cur_adv_instance; in le_conn_complete_evt()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h562 __u8 cur_adv_instance; member