Home
last modified time | relevance | path

Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_request.c327 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
Dhci_conn.c760 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
870 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) { in hci_connect_le()
Dmgmt.c1268 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in enable_advertising()
1276 hci_dev_clear_flag(hdev, HCI_LE_ADV); in enable_advertising()
1530 hci_dev_test_flag(hdev, HCI_LE_ADV)) in schedule_adv_instance()
1636 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in clean_up_hci_state()
2609 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le()
4206 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) { in trigger_le_scan()
4812 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
Dhci_event.c1065 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1073 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1184 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in hci_cc_le_set_scan_enable()
4462 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_conn_complete_evt()
/linux-4.4.14/include/net/bluetooth/
Dhci.h230 HCI_LE_ADV, enumerator
Dhci_core.h541 hci_dev_clear_flag(hdev, HCI_LE_ADV); \