Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c1553 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1561 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1596 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1626 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1758 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete()
5625 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
5847 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
H A Dhci_sync.c1040 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync()
1698 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
1940 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync()
2109 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync()
6296 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
H A Dmgmt.c2079 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync()
3790 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete()
3901 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance()
6320 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
/linux/include/net/bluetooth/
H A Dhci.h395 HCI_LE_ADV, enumerator
H A Dhci_core.h816 hci_dev_clear_flag(hdev, HCI_LE_ADV); \