Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dmgmt.c1007 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev()
1358 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete()
1492 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1498 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable()
1548 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings()
1549 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
1609 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
1610 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable()
1611 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable()
1770 hci_dev_clear_flag(hdev, HCI_HS_ENABLED); in set_ssp()
[all …]
Dhci_core.c165 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
427 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req()
1749 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close()
1750 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close()
1979 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state()
2224 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block()
2269 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
4879 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
Dhci_event.c106 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
528 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode()
558 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
1234 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable()
1268 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable()
1383 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
1653 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
1696 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
1697 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported()
5146 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
Dhci_sock.c882 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release()
1235 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
Dhci_request.c1525 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising()
3300 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off()
3301 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
Dhci_conn.c964 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h720 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro
729 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
730 hci_dev_clear_flag(hdev, HCI_LE_ADV); \
731 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
732 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \