Searched refs:HCI_ADVERTISING (Results 1 – 6 of 6) 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() 1914 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_enable_advertising() 1960 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev)) in hci_schedule_adv_instance_sync() 2126 if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_remove_advertising_sync() 2543 old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING); in hci_pause_advertising_sync() 2587 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync() 3361 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && in hci_powered_update_adv_sync() 3373 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_powered_update_adv_sync() 5857 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in hci_update_discoverable_sync() [all …]
|
| H A D | mgmt.c | 897 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 1041 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 2579 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2580 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 3992 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync() 6430 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6432 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 6444 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_advertising_complete() 6543 (val == hci_dev_test_flag(hdev, HCI_ADVERTISING) && in set_advertising() 6553 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising() [all …]
|
| H A D | hci_conn.c | 2346 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in hci_connect_cis()
|
| H A D | l2cap_core.c | 7058 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
| H A D | hci_event.c | 2122 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 448 HCI_ADVERTISING, enumerator
|