Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_request.c | 1370 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_enable_advertising() 1378 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising() 1773 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr() 2068 hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_schedule_adv_instance()
|
| A D | hci_event.c | 1277 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1285 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1318 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1346 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1473 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5287 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
|
| A D | hci_conn.c | 1136 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising() 1252 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_connect_le()
|
| A D | mgmt.c | 1188 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in clean_up_hci_state() 2017 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le() 3282 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 3382 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 5554 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 301 HCI_LE_ADV, enumerator
|
| A D | hci_core.h | 778 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|
Completed in 61 milliseconds