Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/ !
Dmgmt.c1044 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
1045 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1073 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync()
1129 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1498 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete()
1637 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1643 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1697 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1698 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
1765 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
[all …]
Dhci_event.c149 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
503 hci_dev_clear_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter()
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()
1388 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1594 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1659 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1783 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2091 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2138 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
[all …]
Dhci_sync.c1521 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()
3609 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync()
4798 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
4799 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync()
4923 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
5862 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()
3954 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
Dhci_sock.c889 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()
Dhci_debugfs.c1355 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
Dhci_conn.c2044 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in create_pa_sync()
2061 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in hci_pa_create_sync()
/linux-6.1.9/include/net/bluetooth/ !
Dhci_core.h819 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
828 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
829 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
830 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
831 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
832 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
/linux-6.1.9/drivers/bluetooth/ !
Dbtintel.c2020 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup()
2298 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()