Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_request.c918 u8 instance = hdev->cur_adv_instance; in get_cur_adv_instance_scan_rsp_len()
1054 flags = get_adv_instance_flags(hdev, hdev->cur_adv_instance); in __hci_req_enable_advertising()
1396 if (hdev->cur_adv_instance) { in hci_req_reenable_advertising()
1397 __hci_req_schedule_adv_instance(&req, hdev->cur_adv_instance, in hci_req_reenable_advertising()
1426 instance = hdev->cur_adv_instance; in adv_timeout_expire()
1730 if (!force && hdev->cur_adv_instance == instance && in __hci_req_schedule_adv_instance()
1734 hdev->cur_adv_instance = instance; in __hci_req_schedule_adv_instance()
1774 if (!instance || hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
1781 if (instance && hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
2008 __hci_req_update_adv_data(req, hdev->cur_adv_instance); in connectable_update()
[all …]
Dhci_core.c1870 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_scan_state()
2715 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
2720 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
2758 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
3066 hdev->cur_adv_instance = 0x00; in hci_alloc_dev()
Dhci_event.c1083 if (!hdev->cur_adv_instance) { in hci_cc_le_set_adv_set_random_addr()
1088 hdev->cur_adv_instance); in hci_cc_le_set_adv_set_random_addr()
1593 if (!hdev->cur_adv_instance) { in hci_cc_set_ext_adv_param()
1598 hdev->cur_adv_instance); in hci_cc_set_ext_adv_param()
1603 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_cc_set_ext_adv_param()
4981 if (!hdev->cur_adv_instance) { in hci_le_ext_adv_term_evt()
4986 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in hci_le_ext_adv_term_evt()
Dmgmt.c944 __hci_req_start_ext_adv(&req, hdev->cur_adv_instance); in rpa_expired()
3161 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire()
3275 __hci_req_update_scan_rsp_data(&req, hdev->cur_adv_instance); in set_local_name()
4281 instance = hdev->cur_adv_instance; in set_advertising_complete()
4343 hdev->cur_adv_instance = 0x00; in set_advertising()
4391 hdev->cur_adv_instance = 0x00; in set_advertising()
4746 __hci_req_update_adv_data(&req, hdev->cur_adv_instance); in set_bredr()
6519 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
6631 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h406 __u8 cur_adv_instance; member