Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dmgmt.c1054 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1082 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync()
1138 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1735 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1805 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
2161 hci_dev_clear_flag(hdev, HCI_MESH); in set_mesh_sync()
4657 hci_dev_clear_flag(hdev, HCI_MESH); in set_mgmt_mesh_func()
6739 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6743 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6807 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
[all …]
H A Dhci_sync.c1703 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
2473 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync()
2474 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
3204 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
3968 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync()
5192 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
5193 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync()
5319 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
5688 hci_dev_clear_flag(hdev, HCI_POWERING_DOWN); in hci_power_off_sync()
6326 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
[all …]
H A Dhci_event.c146 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
650 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
683 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1367 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1573 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1638 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1762 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2117 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
5654 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
5876 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_ext_adv_term_evt()
[all …]
H A Dhci_core.c554 hci_dev_clear_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset()
642 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state()
915 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
957 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
3929 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.c1375 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h818 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
827 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
828 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
829 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
830 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
831 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
/linux-6.15/drivers/bluetooth/
H A Dbtintel.c2178 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup()
3214 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
H A Dbtnxpuart.c1402 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()