Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dmgmt.c1029 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in rpa_expired()
1140 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev()
2106 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync()
2159 hci_dev_set_flag(hdev, HCI_MESH); in set_mesh_sync()
6747 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6765 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_sync()
6805 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
7959 hci_dev_set_flag(hdev, HCI_CONFIG); in set_external_config()
7960 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
8015 hci_dev_set_flag(hdev, HCI_CONFIG); in set_public_address()
[all …]
H A Dhci_core.c466 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open()
528 hci_dev_set_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset()
652 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state()
898 hci_dev_set_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
2604 hci_dev_set_flag(hdev, HCI_RFKILLED); in hci_register_dev()
2606 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev()
2607 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
2612 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
2622 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev()
2661 hci_dev_set_flag(hdev, HCI_UNREGISTER); in hci_unregister_dev()
H A Dhci_sync.c1048 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_set_random_addr_sync()
2510 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync()
3201 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
3789 hci_dev_set_flag(hdev, HCI_SCO_FLOWCTL); in hci_write_sync_flowctl_sync()
3977 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync()
4928 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync()
5057 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_dev_open_sync()
5146 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown()
5663 hci_dev_set_flag(hdev, HCI_POWERING_DOWN); in hci_power_off_sync()
6490 hci_dev_set_flag(hdev, HCI_LE_SCAN_INTERRUPTED); in hci_le_create_conn_sync()
H A Dhci_event.c131 hci_dev_set_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_periodic_inq()
500 hci_dev_set_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter()
648 hci_dev_set_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
681 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1565 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1608 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1735 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2068 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2114 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
3617 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_encrypt_change_evt()
[all …]
H A Dhci_debugfs.c1373 hci_dev_set_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
/linux-6.15/drivers/bluetooth/
H A Dbtnxpuart.c1430 hci_dev_set_flag(hdev, HCI_SETUP); in nxp_hw_err()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h817 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) macro