Searched refs:HCI_ADVERTISING_INSTANCE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 911 if (hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE) && in update_scan_rsp_data() 951 if (hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE) && in get_current_adv_instance() 1466 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE)) in clear_adv_instance() 1474 hci_dev_clear_flag(hdev, HCI_ADVERTISING_INSTANCE); in clear_adv_instance() 2119 hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE)) in set_connectable() 4702 !hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE)) in set_advertising_complete() 6803 instance = hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE); in read_adv_features() 6896 hci_dev_clear_flag(hdev, HCI_ADVERTISING_INSTANCE); in add_advertising_complete() 7009 if (!hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING_INSTANCE)) in add_advertising() 7105 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE)) { in remove_advertising() [all …]
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 230 HCI_ADVERTISING_INSTANCE, enumerator
|