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.c1048 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()
1708 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1778 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
2134 hci_dev_clear_flag(hdev, HCI_MESH); in set_mesh_sync()
4593 hci_dev_clear_flag(hdev, HCI_MESH); in set_mgmt_mesh_func()
6784 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6788 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6852 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
[all …]
H A Dhci_event.c151 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
657 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
690 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1360 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1566 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1631 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1755 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2110 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
5638 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
5860 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
[all …]
H A Dhci_sync.c1559 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
2362 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync()
2363 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
3022 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
3759 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync()
4970 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
4971 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync()
5097 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
6108 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
H A Dhci_core.c620 hci_dev_clear_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset()
708 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state()
948 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
990 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
3936 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.c2134 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in create_pa_sync()
2151 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in hci_pa_create_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h811 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
820 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
821 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
822 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
823 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
824 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
/openbmc/linux/drivers/bluetooth/
H A 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()
H A Dbtnxpuart.c1039 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()