Searched refs:hci_dev_clear_flag (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 831 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 840 hci_dev_clear_flag((hdev), HCI_LE_SCAN); \ 841 hci_dev_clear_flag((hdev), HCI_LE_ADV); \ 842 hci_dev_clear_flag((hdev), HCI_LL_RPA_RESOLUTION); \ 843 hci_dev_clear_flag((hdev), HCI_PERIODIC_INQ); \ 844 hci_dev_clear_flag((hdev), HCI_QUALITY_REPORT); \
|
/linux/net/bluetooth/ |
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() 1367 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr() 1573 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1638 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_ext_adv_enable() 1762 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2070 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 2117 hci_dev_clear_flag(hde in hci_cc_write_le_host_supported() [all...] |
H A D | hci_sync.c | 1848 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_enable_advertising_sync() 2542 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync() 2543 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync() 3273 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 4037 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5261 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync() 5262 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync() 5388 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5761 hci_dev_clear_flag(hdev, HCI_POWERING_DOWN); in hci_power_off_sync() 6403 hci_dev_clear_flag(hde in hci_le_directed_advertising_sync() [all...] |
H A D | hci_debugfs.c | 1375 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write()
|
/linux/drivers/bluetooth/ |
H A D | btintel.c | 2178 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup() 3208 hci_dev_clear_flag(hdev, HCI_QUALITY_REPORT); in btintel_bootloader_setup_tlv()
|
H A D | btnxpuart.c | 1471 hci_dev_clear_flag(hdev, HCI_SETUP); in nxp_setup()
|