Home
last modified time | relevance | path

Searched refs:hci_dev_clear_flag (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dmgmt.c1062 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
1063 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1091 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync()
1147 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1524 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete()
1663 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1669 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1723 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1724 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
1791 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
[all …]
Dhci_event.c153 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
507 hci_dev_clear_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter()
656 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
689 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1402 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1608 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1673 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1797 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2105 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2152 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
[all …]
Dhci_sync.c1550 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
2350 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync()
2351 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
2966 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
3771 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync()
4987 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
4988 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync()
5113 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
6144 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
Dhci_core.c625 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()
4013 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
Dhci_sock.c947 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release()
1324 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
Dhci_debugfs.c1356 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
Dhci_conn.c2099 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in create_pa_sync()
2116 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in hci_pa_create_sync()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h834 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
843 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
844 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
845 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
846 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
847 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
/Linux-v6.6/drivers/bluetooth/
Dbtintel.c2166 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup()
2619 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
Dbtnxpuart.c1039 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()