Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c1159 req->hdev->cur_adv_instance, in hci_resume_adv_instances()
1305 u8 instance = hdev->cur_adv_instance; in get_cur_adv_instance_scan_rsp_len()
1437 flags = get_adv_instance_flags(hdev, hdev->cur_adv_instance); in __hci_req_enable_advertising()
1827 if (hdev->cur_adv_instance) { in hci_req_reenable_advertising()
1828 __hci_req_schedule_adv_instance(&req, hdev->cur_adv_instance, in hci_req_reenable_advertising()
1857 instance = hdev->cur_adv_instance; in adv_timeout_expire()
2237 if (!force && hdev->cur_adv_instance == instance && in __hci_req_schedule_adv_instance()
2241 hdev->cur_adv_instance = instance; in __hci_req_schedule_adv_instance()
2273 if (!instance || hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
2280 if (instance && hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
[all …]
Dhci_event.c1192 if (!hdev->cur_adv_instance) { in hci_cc_le_set_adv_set_random_addr()
1197 hdev->cur_adv_instance); in hci_cc_le_set_adv_set_random_addr()
1744 if (!hdev->cur_adv_instance) { in hci_cc_set_ext_adv_param()
1749 hdev->cur_adv_instance); in hci_cc_set_ext_adv_param()
1754 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_cc_set_ext_adv_param()
5263 if (!hdev->cur_adv_instance) { in hci_le_ext_adv_term_evt()
5268 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in hci_le_ext_adv_term_evt()
Dhci_core.c1979 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_scan_state()
2894 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
2899 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
2937 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
3592 hdev->cur_adv_instance = 0x00; in hci_alloc_dev()
Dmgmt.c985 __hci_req_start_ext_adv(&req, hdev->cur_adv_instance); in rpa_expired()
3228 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire()
3342 __hci_req_update_scan_rsp_data(&req, hdev->cur_adv_instance); in set_local_name()
5124 instance = hdev->cur_adv_instance; in set_advertising_complete()
5197 hdev->cur_adv_instance = 0x00; in set_advertising()
5245 hdev->cur_adv_instance = 0x00; in set_advertising()
5600 __hci_req_update_adv_data(&req, hdev->cur_adv_instance); in set_bredr()
7406 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
7525 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h533 __u8 cur_adv_instance; member