Home
last modified time | relevance | path

Searched refs:hci_dev_set_flag (Results 1 – 7 of 7) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt.c1045 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in rpa_expired()
1124 hci_dev_set_flag(hdev, HCI_MESH_SENDING); in mesh_next()
1157 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev()
1690 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1696 hci_dev_set_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1749 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1817 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable()
2158 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync()
2230 hci_dev_set_flag(hdev, HCI_MESH); in set_mesh_sync()
2534 hci_dev_set_flag(hde in mesh_send()
[all...]
H A Dhci_core.c485 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
547 hci_dev_set_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset()
671 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state()
917 hci_dev_set_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
2639 hci_dev_set_flag(hdev, HCI_RFKILLED); in hci_register_dev()
2641 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev()
2642 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
2647 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
2657 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev()
2696 hci_dev_set_flag(hdev, HCI_UNREGISTER); in hci_unregister_dev()
H A Dhci_sync.c1061 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED);
2594 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync()
3294 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_ssp_mode_sync()
3882 hci_dev_set_flag(hdev, HCI_SCO_FLOWCTL);
4081 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_set_event_mask_sync()
5071 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync()
5200 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_dev_open_sync()
5289 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_close_sync()
5810 hci_dev_set_flag(hdev, HCI_POWERING_DOWN); in hci_power_off_sync()
6640 hci_dev_set_flag(hde in hci_le_create_conn_sync()
[all...]
H A Dhci_event.c135 hci_dev_set_flag(hdev, HCI_PERIODIC_INQ);
504 hci_dev_set_flag(hdev, HCI_EVENT_FILTER_CONFIGURED);
652 hci_dev_set_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
685 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1569 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1612 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1617 hci_dev_set_flag(hdev, HCI_LE_ADV_0); in hci_cc_le_set_ext_adv_enable()
1743 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2076 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2122 hci_dev_set_flag(hde in hci_cc_write_le_host_supported()
[all...]
H A Dhci_debugfs.c1373 hci_dev_set_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
/linux/drivers/bluetooth/
H A Dbtnxpuart.c1500 hci_dev_set_flag(hdev, HCI_SETUP); in nxp_hw_err()
/linux/include/net/bluetooth/
H A Dhci_core.h837 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) macro