Searched refs:hci_dev_clear_flag (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A D | mgmt.c | 1057 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off() 1085 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync() 1141 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1709 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1779 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable() 2200 hci_dev_clear_flag(hdev, HCI_MESH); in set_mesh_sync() 4666 hci_dev_clear_flag(hdev, HCI_MESH); in set_mgmt_mesh_func() 6858 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6862 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6926 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() [all …]
|
A D | hci_event.c | 149 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq() 652 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 685 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1393 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr() 1599 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1664 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1788 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2143 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 5820 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt() 6044 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt() [all …]
|
A D | hci_sync.c | 1521 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 2301 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync() 2302 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync() 2824 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 3627 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 4816 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync() 4817 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync() 4941 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5880 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
A D | hci_core.c | 625 hci_dev_clear_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset() 713 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state() 958 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 1001 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 3954 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
|
A D | hci_sock.c | 889 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 1231 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
A D | hci_debugfs.c | 1355 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
|
A D | hci_conn.c | 2049 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in create_pa_sync() 2066 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in hci_pa_create_sync()
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci_core.h | 820 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 829 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 830 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 831 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\ 832 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \ 833 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
|
/linux-6.3-rc2/drivers/bluetooth/ |
A D | btintel.c | 2081 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup() 2411 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
|
Completed in 63 milliseconds