Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_request.c | 1071 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_enable_advertising() 1079 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising() 1711 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_start_ext_adv() 1776 hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_schedule_adv_instance() 1879 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr() 2498 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) { in active_scan()
|
| D | hci_conn.c | 927 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising() 1024 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) { in hci_connect_le()
|
| D | hci_event.c | 1162 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1170 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1196 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1204 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1327 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 4916 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
|
| D | mgmt.c | 1138 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in clean_up_hci_state() 1957 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le() 3201 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3301 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 4256 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 258 HCI_LE_ADV, enumerator
|
| D | hci_core.h | 586 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|