Searched refs:HCI_LE_ADV (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 1049 (hci_dev_test_flag(hdev, HCI_LE_ADV) || in hci_set_random_addr_sync() 1955 /* Clear the HCI_LE_ADV bit temporarily so that the in hci_enable_advertising_sync() 1960 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 2106 hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_schedule_adv_instance_sync() 2269 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_disable_advertising_sync() 2637 if (!hci_dev_test_flag(hdev, HCI_LE_ADV)) in hci_pause_advertising_sync() 6731 /* Clear the HCI_LE_ADV bit temporarily so that the in hci_le_directed_advertising_sync() 6736 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
| H A D | hci_event.c | 1604 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1612 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1647 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1667 * any other instance enabled before clearing HCI_LE_ADV in hci_cc_le_set_ext_adv_enable() 1681 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1820 else if (!hci_dev_test_flag(hdev, HCI_LE_ADV) && in le_set_scan_enable_complete() 5770 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt() 6016 /* We are no longer advertising, clear HCI_LE_ADV */ in hci_le_ext_adv_term_evt() 6017 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
|
| H A D | mgmt.c | 2155 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_le_sync() 4049 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_name_complete() 4180 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_appearance() 6529 if (hci_dev_test_flag(hdev, HCI_LE_ADV)) in set_advertising_complete()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 433 HCI_LE_ADV, enumerator
|