Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_request.c319 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
Dhci_conn.c703 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
802 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) { in hci_connect_le()
Dhci_event.c1100 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1108 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1219 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in hci_cc_le_set_scan_enable()
4455 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_conn_complete_evt()
Dmgmt.c1248 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in enable_advertising()
1256 hci_dev_clear_flag(hdev, HCI_LE_ADV); in enable_advertising()
1503 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in clean_up_hci_state()
2500 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le()
4083 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) { in trigger_le_scan()
4685 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
/linux-4.1.27/include/net/bluetooth/
Dhci.h218 HCI_LE_ADV, enumerator
Dhci_core.h526 hci_dev_clear_flag(hdev, HCI_LE_ADV); \