Home
last modified time | relevance | path

Searched refs:HCI_DUT_MODE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/bluetooth/
Dhci.h252 HCI_DUT_MODE, enumerator
/linux-4.4.14/net/bluetooth/
Dhci_core.c76 buf[0] = hci_dev_test_flag(hdev, HCI_DUT_MODE) ? 'Y': 'N'; in dut_mode_read()
101 if (enable == hci_dev_test_flag(hdev, HCI_DUT_MODE)) in dut_mode_write()
118 hci_dev_change_flag(hdev, HCI_DUT_MODE); in dut_mode_write()