Searched refs:HCI_ADVERTISING (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1278 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_req_prepare_suspend() 1345 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_req_prepare_suspend() 1896 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_req_reenable_advertising() 2324 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in __hci_req_schedule_adv_instance() 2442 hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_req_clear_adv_instance() 2650 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in connectable_update() 2759 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in discoverable_update() 3354 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in powered_update_hci() 3370 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in powered_update_hci()
|
H A D | mgmt.c | 858 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 979 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 1651 hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_bondable() 1975 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 1976 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3349 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_local_name() 3995 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_exp_feature() 5104 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 5106 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 5130 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() [all...] |
H A D | hci_event.c | 1699 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
H A D | l2cap_core.c | 8039 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 474 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in reenable_adv_sync() 576 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_clear_adv_instance_sync() 1614 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising() 1760 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync() 1931 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_remove_advertising_sync() 2352 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync() 2396 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync() 3049 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in hci_powered_update_adv_sync() 3061 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync() 5580 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync() [all...] |
H A D | mgmt.c | 902 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 1037 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 2477 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2478 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3778 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync() 4653 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_rpa_resolution_func() 6292 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6294 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6307 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 6342 * HCI_ADVERTISING fla in set_adv_sync() [all...] |
H A D | hci_conn.c | 2273 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
H A D | hci_event.c | 2166 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
H A D | l2cap_core.c | 7019 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 312 HCI_ADVERTISING, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 397 HCI_ADVERTISING, enumerator
|
Completed in 73 milliseconds