Home
last modified time | relevance | path

Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_sync.c426 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in reenable_adv_sync()
528 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_clear_adv_instance_sync()
1761 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising()
1879 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync()
2466 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync()
2510 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync()
3278 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in hci_powered_update_adv_sync()
3290 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync()
5752 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync()
5780 hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_update_discoverable()
[all …]
H A Dmgmt.c893 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings()
1031 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired()
2492 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le()
2493 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le()
6245 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6247 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6260 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete()
6346 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising()
6356 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising()
8280 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in read_local_oob_ext_data()
[all …]
H A Dhci_conn.c2243 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
H A Dl2cap_core.c7033 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
H A Dhci_event.c2118 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
/linux-6.15/include/net/bluetooth/
H A Dhci.h445 HCI_ADVERTISING, enumerator