Searched refs:hci_dev_clear_flag (Results 1 – 9 of 9) sorted by relevance
| /linux/net/bluetooth/ |
| A D | mgmt.c | 1013 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1498 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1554 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1555 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1616 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() 1617 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable() 6095 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 6096 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete() 6100 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete() 6155 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() [all …]
|
| A D | hci_event.c | 109 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq() 554 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 584 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1178 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr() 1285 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1346 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1462 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1732 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 1775 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1776 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported() [all …]
|
| A D | hci_core.c | 305 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1638 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1639 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1870 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state() 2115 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 2160 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 5002 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
|
| A D | hci_request.c | 1378 hci_dev_clear_flag(hdev, HCI_LE_ADV); in __hci_req_enable_advertising() 3044 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off() 3045 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
|
| A D | hci_sock.c | 883 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 1229 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
| A D | hci_debugfs.c | 1355 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
|
| A D | hci_conn.c | 1136 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
|
| /linux/include/net/bluetooth/ |
| A D | hci_core.h | 768 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 777 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 778 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 779 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\ 780 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \ 781 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
|
| /linux/drivers/bluetooth/ |
| A D | btintel.c | 2019 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup() 2295 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
|
Completed in 57 milliseconds