Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_request.c | 881 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
|
| D | hci_sync.c | 883 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync() 1550 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 1796 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync() 1965 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync() 6144 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
| D | hci_event.c | 1600 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1608 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1643 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1673 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1805 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5883 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt() 6113 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
|
| D | mgmt.c | 2153 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync() 3827 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3938 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 6357 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 385 HCI_LE_ADV, enumerator
|
| D | hci_core.h | 844 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|