Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c474 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()
1617 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising()
1763 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync()
2355 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync()
2399 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync()
3096 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in hci_powered_update_adv_sync()
3108 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync()
5522 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync()
5550 hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_update_discoverable()
[all …]
H A 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()
2465 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le()
2466 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le()
4651 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_rpa_resolution_func()
6290 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6292 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete()
6305 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete()
6391 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising()
8254 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in read_local_oob_ext_data()
[all …]
H A Dhci_conn.c2306 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
H A Dhci_event.c2111 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
H A Dl2cap_core.c7036 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h391 HCI_ADVERTISING, enumerator