Home
last modified time | relevance | path

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

/linux-6.14.4/net/bluetooth/
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()
2050 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_remove_advertising_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()
[all …]
Dmgmt.c890 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings()
1025 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired()
2486 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le()
2487 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le()
3881 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync()
6279 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6281 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6294 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete()
6380 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising()
6390 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising()
[all …]
Dhci_conn.c2407 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
Dhci_event.c2104 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
Dl2cap_core.c6997 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
/linux-6.14.4/include/net/bluetooth/
Dhci.h445 HCI_ADVERTISING, enumerator