Searched refs:HCI_ADVERTISING (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_sync.c | 426 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() 5724 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync() [all …]
|
H A D | mgmt.c | 890 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 …]
|
H A D | hci_conn.c | 2407 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
H A D | hci_event.c | 2104 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
H A D | l2cap_core.c | 6996 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|