Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_TEST_CTE_DISABLED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/
Dll.c72 err = ll_test_tx(chan, len, type, phy, BT_HCI_LE_TEST_CTE_DISABLED, in cmd_test_tx()
97 err = ll_test_rx(chan, phy, mod_idx, BT_HCI_LE_TEST_CTE_DISABLED, in cmd_test_rx()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3290 BT_HCI_LE_TEST_CTE_DISABLED, BT_HCI_LE_TEST_CTE_TYPE_ANY, in le_rx_test()
3303 BT_HCI_LE_TX_PHY_1M, BT_HCI_LE_TEST_CTE_DISABLED, in le_tx_test()
3328 status = ll_test_rx(cmd->rx_ch, cmd->phy, cmd->mod_index, BT_HCI_LE_TEST_CTE_DISABLED, in le_enh_rx_test()
3355 BT_HCI_LE_TEST_CTE_DISABLED, BT_HCI_LE_TEST_CTE_TYPE_ANY, in le_enh_tx_test()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1828 #define BT_HCI_LE_TEST_CTE_DISABLED 0x00 macro