Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c1072 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
1073 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1101 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync()
1158 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1553 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete()
1695 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1701 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1754 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1755 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
1825 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
[all …]
H A Dhci_sync.c1960 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync()
2654 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync()
2655 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
3420 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
4202 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync()
5474 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_dev_open_sync()
5566 hci_dev_clear_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_close_sync()
5578 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
5579 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync()
5659 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_dev_close_sync()
[all …]
H A Dhci_event.c147 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
504 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()
1406 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1612 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1664 hci_dev_clear_flag(hdev, HCI_LE_ADV_0); in hci_cc_le_set_ext_adv_enable()
1681 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1805 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2120 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
[all …]
H A Dhci_core.c624 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state()
897 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
939 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
3962 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
H A Dhci_debugfs.c1368 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
/linux/include/net/bluetooth/
H A Dhci_core.h853 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
862 hci_dev_clear_flag((hdev), HCI_LE_SCAN); \
863 hci_dev_clear_flag((hdev), HCI_LE_ADV); \
864 hci_dev_clear_flag((hdev), HCI_LL_RPA_RESOLUTION); \
865 hci_dev_clear_flag((hdev), HCI_PERIODIC_INQ); \
866 hci_dev_clear_flag((hdev), HCI_QUALITY_REPORT); \
/linux/drivers/bluetooth/
H A Dbtintel.c2288 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup()
3510 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
H A Dbtnxpuart.c1478 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()