Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_request.c923 u8 instance = hdev->cur_adv_instance; in get_cur_adv_instance_scan_rsp_len()
1060 flags = get_adv_instance_flags(hdev, hdev->cur_adv_instance); in __hci_req_enable_advertising()
1416 if (hdev->cur_adv_instance) { in hci_req_reenable_advertising()
1417 __hci_req_schedule_adv_instance(&req, hdev->cur_adv_instance, in hci_req_reenable_advertising()
1446 instance = hdev->cur_adv_instance; in adv_timeout_expire()
1775 if (!force && hdev->cur_adv_instance == instance && in __hci_req_schedule_adv_instance()
1779 hdev->cur_adv_instance = instance; in __hci_req_schedule_adv_instance()
1819 if (!instance || hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
1826 if (instance && hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
2053 __hci_req_update_adv_data(req, hdev->cur_adv_instance); in connectable_update()
[all …]
Dhci_event.c1128 if (!hdev->cur_adv_instance) { in hci_cc_le_set_adv_set_random_addr()
1133 hdev->cur_adv_instance); in hci_cc_le_set_adv_set_random_addr()
1677 if (!hdev->cur_adv_instance) { in hci_cc_set_ext_adv_param()
1682 hdev->cur_adv_instance); in hci_cc_set_ext_adv_param()
1687 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_cc_set_ext_adv_param()
5108 if (!hdev->cur_adv_instance) { in hci_le_ext_adv_term_evt()
5113 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in hci_le_ext_adv_term_evt()
Dhci_core.c1911 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_scan_state()
2759 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
2764 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
2802 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
3173 hdev->cur_adv_instance = 0x00; in hci_alloc_dev()
Dmgmt.c944 __hci_req_start_ext_adv(&req, hdev->cur_adv_instance); in rpa_expired()
3156 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire()
3270 __hci_req_update_scan_rsp_data(&req, hdev->cur_adv_instance); in set_local_name()
4276 instance = hdev->cur_adv_instance; in set_advertising_complete()
4338 hdev->cur_adv_instance = 0x00; in set_advertising()
4386 hdev->cur_adv_instance = 0x00; in set_advertising()
4741 __hci_req_update_adv_data(&req, hdev->cur_adv_instance); in set_bredr()
6512 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
6624 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h423 __u8 cur_adv_instance; member