Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1172 req->hdev->cur_adv_instance, in hci_resume_adv_instances()
1318 u8 instance = hdev->cur_adv_instance; in get_cur_adv_instance_scan_rsp_len()
1450 flags = get_adv_instance_flags(hdev, hdev->cur_adv_instance); in __hci_req_enable_advertising()
1837 if (hdev->cur_adv_instance) { in hci_req_reenable_advertising()
1838 __hci_req_schedule_adv_instance(&req, hdev->cur_adv_instance, in hci_req_reenable_advertising()
1867 instance = hdev->cur_adv_instance; in adv_timeout_expire()
2247 if (!force && hdev->cur_adv_instance == instance && in __hci_req_schedule_adv_instance()
2251 hdev->cur_adv_instance = instance; in __hci_req_schedule_adv_instance()
2283 if (!instance || hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
2290 if (instance && hdev->cur_adv_instance == instance) in hci_req_clear_adv_instance()
[all …]
H A 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()
5327 if (!hdev->cur_adv_instance) { in hci_le_ext_adv_term_evt()
5332 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in hci_le_ext_adv_term_evt()
H A Dhci_core.c1992 hci_req_update_adv_data(hdev, hdev->cur_adv_instance); in hci_update_scan_state()
2907 if (hdev->cur_adv_instance == instance) { in hci_remove_adv_instance()
2912 hdev->cur_adv_instance = 0x00; in hci_remove_adv_instance()
2950 hdev->cur_adv_instance = 0x00; in hci_adv_instances_clear()
3606 hdev->cur_adv_instance = 0x00; in hci_alloc_dev()
H A Dmgmt.c988 __hci_req_start_ext_adv(&req, hdev->cur_adv_instance); in rpa_expired()
3231 adv_instance = hci_find_adv_instance(hdev, hdev->cur_adv_instance); in adv_expire()
3345 __hci_req_update_scan_rsp_data(&req, hdev->cur_adv_instance); in set_local_name()
5129 instance = hdev->cur_adv_instance; in set_advertising_complete()
5202 hdev->cur_adv_instance = 0x00; in set_advertising()
5250 hdev->cur_adv_instance = 0x00; in set_advertising()
5605 __hci_req_update_adv_data(&req, hdev->cur_adv_instance); in set_bredr()
7414 if (hdev->cur_adv_instance == instance) in add_advertising_complete()
7533 if (hdev->cur_adv_instance == cp->instance) { in add_advertising()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h537 __u8 cur_adv_instance; member