Searched refs:hci_dev_clear_flag (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 1256 hci_dev_clear_flag(hdev, HCI_LE_ADV); in enable_advertising() 1348 hci_dev_clear_flag(hdev, HCI_BONDABLE); in mgmt_init_hdev() 1474 hci_dev_clear_flag(hdev, HCI_ADVERTISING_INSTANCE); in clear_adv_instance() 1721 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable_complete() 1871 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1908 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 2022 hci_dev_clear_flag(hdev, HCI_CONNECTABLE); in set_connectable_update_settings() 2023 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 2087 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable() 2088 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() [all …]
|
D | hci_event.c | 85 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq() 506 hci_dev_clear_flag(hdev, HCI_SSP_ENABLED); in hci_cc_write_ssp_mode() 536 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 1108 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_cc_le_set_adv_enable() 1208 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in hci_cc_le_set_scan_enable() 1381 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1382 hci_dev_clear_flag(hdev, HCI_ADVERTISING); in hci_cc_write_le_host_supported() 4455 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_le_conn_complete_evt()
|
D | hci_core.c | 550 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1585 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_do_close() 1586 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_do_close() 1803 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_scan_state() 2044 hci_dev_clear_flag(hdev, HCI_RFKILLED); in hci_rfkill_set_block() 2078 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
|
D | hci_sock.c | 507 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 774 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind()
|
D | hci_conn.c | 703 hci_dev_clear_flag(hdev, HCI_LE_ADV); in hci_req_directed_advertising()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 516 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) macro 525 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \ 526 hci_dev_clear_flag(hdev, HCI_LE_ADV); \ 527 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \
|