Searched refs:hci_dev_clear_flag (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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 | 163 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write() 425 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1673 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1674 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1898 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state() 2143 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 2188 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 4388 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
|
| 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() 1170 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1204 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1316 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1586 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 1629 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1630 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported() 4916 hci_dev_clear_flag(hdev, HCI_LE_ADV); in le_conn_complete_evt()
|
| D | hci_request.c | 1079 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising() 2715 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off() 2716 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
|
| D | hci_sock.c | 868 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 1185 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
| D | hci_conn.c | 927 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci_core.h | 576 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 585 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 586 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 587 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
|