Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 883 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
|
H A D | hci_event.c | 1554 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1562 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1597 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1627 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1759 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5629 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt() 5851 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
|
H A D | hci_sync.c | 1063 (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync() 1730 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 1976 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync() 2145 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync() 6325 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
H A D | mgmt.c | 2087 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync() 3798 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3909 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 6343 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 394 HCI_LE_ADV, enumerator
|
H A D | hci_core.h | 815 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|