Searched refs:HCI_LE_ADV (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 319 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
|
D | hci_conn.c | 703 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()
|
D | hci_event.c | 1100 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()
|
D | mgmt.c | 1248 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/ |
D | hci.h | 218 HCI_LE_ADV, enumerator
|
D | hci_core.h | 526 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
|