Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.c | 327 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
|
D | hci_conn.c | 760 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()
|
D | mgmt.c | 1268 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()
|
D | hci_event.c | 1065 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/ |
D | hci.h | 230 HCI_LE_ADV, enumerator
|
D | hci_core.h | 541 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|