Searched refs:HCI_LE_ADV (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1519 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_enable_advertising() 1522 /* Clear the HCI_LE_ADV bit temporarily so that the in __hci_req_enable_advertising() 1527 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising() 2369 hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_schedule_adv_instance() 2464 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
|
H A D | hci_event.c | 1228 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1236 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1262 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1270 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1396 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5177 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
|
H A D | hci_conn.c | 957 /* Clear the HCI_LE_ADV bit temporarily so that the in hci_req_directed_advertising() 962 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising() 1072 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_connect_le()
|
H A D | mgmt.c | 1182 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in clean_up_hci_state() 2011 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le() 3281 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3381 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 5103 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 881 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
|
H A D | hci_sync.c | 889 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync() 1551 /* Clear the HCI_LE_ADV bit temporarily so that the in hci_enable_advertising_sync() 1556 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 1802 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync() 1971 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync() 6161 /* Clear the HCI_LE_ADV bit temporarily so that the in hci_le_directed_advertising_sync() 6166 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
H A D | hci_event.c | 1613 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1621 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1656 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1672 * any other instance enabled before clearing HCI_LE_ADV in hci_cc_le_set_ext_adv_enable() 1686 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1818 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5892 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt() 6113 /* We are no longer advertising, clear HCI_LE_ADV */ in hci_le_ext_adv_term_evt() 6114 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
|
H A D | mgmt.c | 2085 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync() 3761 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3872 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 6291 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 301 HCI_LE_ADV, enumerator
|
H A D | hci_core.h | 735 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 386 HCI_LE_ADV, enumerator
|
H A D | hci_core.h | 852 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|
Completed in 68 milliseconds