Searched refs:hci_dev_clear_flag (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | mgmt.c | 963 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1314 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete() 1442 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1448 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1498 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1499 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1559 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable() 1560 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() 1561 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable() 1720 hci_dev_clear_flag(hdev, HCI_HS_ENABLED); in set_ssp() [all …]
|
D | hci_core.c | 162 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write() 424 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1632 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1633 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1857 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state() 2102 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 2147 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
|
D | hci_event.c | 90 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq() 512 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 542 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1125 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1159 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1271 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1502 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 1545 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1546 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported() 4785 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
|
D | hci_request.c | 1073 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising() 2670 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off() 2671 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
|
D | hci_sock.c | 869 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 1186 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
D | hci_conn.c | 924 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 557 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 566 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 567 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 568 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
|