Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1461 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_enable_advertising()
1469 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising()
2248 hci_dev_test_flag(hdev, HCI_LE_ADV)) in __hci_req_schedule_adv_instance()
2343 if (hci_dev_test_flag(hdev, HCI_LE_ADV) || in set_random_addr()
H A Dhci_conn.c964 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
1074 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_connect_le()
H A Dhci_event.c1226 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1234 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1260 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1268 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1394 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete()
5143 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
H A Dmgmt.c1182 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in clean_up_hci_state()
2011 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le()
3276 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete()
3376 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance()
5098 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h301 HCI_LE_ADV, enumerator
H A Dhci_core.h735 hci_dev_clear_flag(hdev, HCI_LE_ADV); \