Searched refs:HCI_ADVERTISING (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 687 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 851 !hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_adv_instance() 1344 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 1488 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in schedule_adv_instance() 1612 hci_dev_test_flag(hdev, HCI_ADVERTISING)) in clear_adv_instance() 2224 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_connectable() 2573 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2574 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 4813 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 4815 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() [all …]
|
D | hci_event.c | 1347 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
D | l2cap_core.c | 7125 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 240 HCI_ADVERTISING, enumerator
|