Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmgmt.c1012 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1363 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete()
1497 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1503 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1553 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1554 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
1614 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
1615 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable()
1616 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
1775 hci_dev_clear_flag(hdev, HCI_HS_ENABLED); in set_ssp()
[all …]
Dhci_event.c108 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
418 hci_dev_clear_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter()
553 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
583 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1177 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr()
1284 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1345 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1461 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
1731 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
1774 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
[all …]
Dhci_core.c166 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
428 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req()
1759 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close()
1760 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close()
1990 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state()
2235 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
2280 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
5054 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
Dhci_sock.c882 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release()
1228 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
Dhci_request.c1585 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising()
3380 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
3381 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
Dhci_conn.c1008 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h750 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
759 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
760 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
761 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
762 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \