Searched refs:hci_dev_set_flag (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 1048 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in rpa_expired() 1127 hci_dev_set_flag(hdev, HCI_MESH_SENDING); in mesh_next() 1160 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev() 1693 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1699 hci_dev_set_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1752 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1820 hci_dev_set_flag(hdev, HCI_CONNECTABLE); in set_connectable() 2161 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync() 2233 hci_dev_set_flag(hdev, HCI_MESH); in set_mesh_sync() 2542 hci_dev_set_flag(hdev, HCI_MESH_SENDING); in mesh_send() [all …]
|
| H A D | hci_core.c | 485 hci_dev_set_flag(hdev, HCI_BONDABLE); in hci_dev_open() 634 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 880 hci_dev_set_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 2602 hci_dev_set_flag(hdev, HCI_RFKILLED); in hci_register_dev() 2604 hci_dev_set_flag(hdev, HCI_SETUP); in hci_register_dev() 2605 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev() 2610 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev() 2620 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_register_dev() 2659 hci_dev_set_flag(hdev, HCI_UNREGISTER); in hci_unregister_dev()
|
| H A D | hci_sync.c | 1052 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_set_random_addr_sync() 2686 hci_dev_set_flag(hdev, HCI_ADVERTISING); in hci_resume_advertising_sync() 3412 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 4007 hci_dev_set_flag(hdev, HCI_SCO_FLOWCTL); in hci_write_sync_flowctl_sync() 4206 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync() 5283 hci_dev_set_flag(hdev, HCI_UNCONFIGURED); in hci_dev_setup_sync() 5412 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_dev_open_sync() 5501 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5516 hci_dev_set_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_close_sync() 6034 hci_dev_set_flag(hdev, HCI_POWERING_DOWN); in hci_power_off_sync() [all …]
|
| H A D | hci_event.c | 132 hci_dev_set_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_periodic_inq() 506 hci_dev_set_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter() 654 hci_dev_set_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 687 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1604 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1647 hci_dev_set_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1652 hci_dev_set_flag(hdev, HCI_LE_ADV_0); in hci_cc_le_set_ext_adv_enable() 1778 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2118 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 2164 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() [all …]
|
| H A D | hci_debugfs.c | 1366 hci_dev_set_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
|
| /linux/drivers/bluetooth/ |
| H A D | btnxpuart.c | 1497 hci_dev_set_flag(hdev, HCI_SETUP); in nxp_hw_err()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 852 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) macro
|