Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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() 2346 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync() 2390 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync() 3043 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in hci_powered_update_adv_sync() 3055 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync() 5563 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() 3845 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync() 4720 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_rpa_resolution_func() 6359 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6361 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6374 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 6460 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising() [all …]
|
D | hci_conn.c | 2277 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
D | hci_event.c | 2168 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
D | l2cap_core.c | 8047 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 398 HCI_ADVERTISING, enumerator
|