Searched refs:hci_dev_clear_flag (Results 1 – 9 of 9) sorted by relevance
/linux/net/bluetooth/ |
H A D | mgmt.c | 1047 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off() 1048 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off() 1076 hci_dev_clear_flag(hdev, HCI_MESH_SENDING); in mesh_send_done_sync() 1132 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1530 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete() 1669 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1675 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1729 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 1730 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1797 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable() [all …]
|
H A D | hci_event.c | 146 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq() 498 hci_dev_clear_flag(hdev, HCI_EVENT_FILTER_CONFIGURED); in hci_cc_set_event_filter() 650 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 683 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1353 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr() 1559 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1624 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1748 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2056 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 2103 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() [all …]
|
H A D | hci_sync.c | 1703 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 2473 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync() 2474 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync() 3204 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 3941 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5164 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync() 5165 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync() 5291 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5660 hci_dev_clear_flag(hdev, HCI_POWERING_DOWN); in hci_power_off_sync() 6298 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_directed_advertising_sync()
|
H A D | hci_core.c | 554 hci_dev_clear_flag(hdev, HCI_CMD_DRAIN_WORKQUEUE); in hci_dev_do_reset() 642 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state() 915 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 957 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 3928 hci_dev_clear_flag(hdev, HCI_CMD_PENDING); in hci_req_cmd_complete()
|
H A D | hci_sock.c | 947 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 1321 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
H A D | hci_debugfs.c | 1375 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
|
H A D | hci_conn.c | 2138 hci_dev_clear_flag(hdev, HCI_PA_SYNC); in create_pa_sync()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 810 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 819 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 820 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 821 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\ 822 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \ 823 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); \
|
/linux/drivers/bluetooth/ |
H A D | btnxpuart.c | 1227 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()
|