Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c1047 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
1048 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1076 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync()
1132 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1522 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete()
1661 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1667 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1722 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1723 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
1790 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
[all …]
H A Dhci_event.c149 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
501 hci_dev_clear_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter()
653 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
686 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1356 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1562 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1627 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1751 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2059 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2106 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
[all …]
H A Dhci_sync.c1729 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
2532 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync()
2533 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
3228 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
3965 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync()
5183 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
5184 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync()
5310 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
6324 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
H A Dhci_core.c576 hci_dev_clear_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset()
664 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state()
909 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
951 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
3907 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
H A Dhci_sock.c947 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release()
1321 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
H A Dhci_debugfs.c1376 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
H A Dhci_conn.c2053 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in create_pa_sync()
2070 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in hci_pa_create_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h806 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
815 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
816 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
817 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
818 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
819 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c2097 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup()
2568 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
H A Dbtnxpuart.c1129 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()