Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_sync.c | 470 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in reenable_adv_sync() 572 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_clear_adv_instance_sync() 1608 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising() 1754 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync() 1925 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_remove_advertising_sync() 2343 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync() 2387 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync() 3040 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in hci_powered_update_adv_sync() 3052 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync() 5558 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync() [all …]
|
| D | mgmt.c | 907 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 1042 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 2545 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2546 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3844 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync() 4719 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_rpa_resolution_func() 6358 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6360 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6373 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 6459 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising() [all …]
|
| D | hci_conn.c | 2271 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
| D | hci_event.c | 2153 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
| D | l2cap_core.c | 8031 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 397 HCI_ADVERTISING, enumerator
|