Searched refs:HCI_LE_ADV (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 1045 (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync() 1703 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 1921 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync() 2090 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync() 6326 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
| H A D | hci_event.c | 1565 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1573 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1608 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1638 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1770 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5654 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt() 5876 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
|
| H A D | mgmt.c | 2100 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync() 3870 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3981 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 6244 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 434 HCI_LE_ADV, enumerator
|
| H A D | hci_core.h | 828 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|