Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A D | hci_sync.c | 473 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in reenable_adv_sync() 575 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_clear_adv_instance_sync() 1579 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising() 1725 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync() 2294 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync() 2338 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync() 2898 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in hci_powered_update_adv_sync() 2910 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync() 5278 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync() 5306 hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_update_discoverable() [all …]
|
A D | mgmt.c | 907 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 1036 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 2531 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2532 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 4724 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_rpa_resolution_func() 6363 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6365 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6378 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 6464 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising() 8322 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in read_local_oob_ext_data() [all …]
|
A D | hci_conn.c | 2159 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
A D | hci_event.c | 2144 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
A D | l2cap_core.c | 7986 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci.h | 361 HCI_ADVERTISING, enumerator
|
Completed in 73 milliseconds