Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
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() 1896 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_remove_advertising_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() 5259 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync() [all …]
|
D | mgmt.c | 901 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 1024 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 2519 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2520 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3831 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync() 4712 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_rpa_resolution_func() 6351 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6353 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6366 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 6452 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising() [all …]
|
D | hci_conn.c | 2155 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
D | hci_event.c | 2139 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
D | l2cap_core.c | 8010 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci.h | 341 HCI_ADVERTISING, enumerator
|