Searched refs:HCI_ADVERTISING (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 679 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_settings() 912 !hci_dev_test_flag(hdev, HCI_ADVERTISING)) in update_scan_rsp_data() 952 !hci_dev_test_flag(hdev, HCI_ADVERTISING)) in get_current_adv_instance() 1324 if (!hci_dev_test_flag(hdev, HCI_ADVERTISING)) in rpa_expired() 1477 hci_dev_test_flag(hdev, HCI_ADVERTISING)) in clear_adv_instance() 2118 if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || in set_connectable() 2464 if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) { in set_le() 2465 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_le() 4686 hci_dev_set_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() 4688 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in set_advertising_complete() [all …]
|
D | hci_event.c | 1382 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
|
D | l2cap_core.c | 7115 if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) in l2cap_chan_connect()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 228 HCI_ADVERTISING, enumerator
|