Home
last modified time | relevance | path

Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dhci_request.c902 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
Dhci_sync.c855 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync()
1521 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
1767 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync()
1936 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync()
5862 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
Dhci_event.c1586 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1594 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1629 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1659 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1791 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete()
5810 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
6034 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
Dmgmt.c2127 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync()
3814 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete()
3925 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance()
6350 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
/linux-6.1.9/include/net/bluetooth/
Dhci.h349 HCI_LE_ADV, enumerator
Dhci_core.h829 hci_dev_clear_flag(hdev, HCI_LE_ADV); \