Searched refs:hci_dev_clear_flag (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 1276 hci_dev_clear_flag(hdev, HCI_LE_ADV); in enable_advertising() 1368 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1608 hci_dev_clear_flag(hdev, HCI_ADVERTISING_INSTANCE); in clear_adv_instance() 1827 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable_complete() 1977 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 2014 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 2128 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 2129 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 2193 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable() 2194 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() [all …]
|
D | hci_core.c | 179 hci_dev_clear_flag(hdev, HCI_VENDOR_DIAG); in vendor_diag_write() 603 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1670 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1671 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1895 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state() 2136 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 2170 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() 511 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 541 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1073 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1173 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in hci_cc_le_set_scan_enable() 1346 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1347 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported() 4462 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_conn_complete_evt()
|
D | hci_sock.c | 580 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 847 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
D | hci_conn.c | 760 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 531 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 540 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 541 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 542 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
|