Searched refs:BT_HCI_LE_CTE_LEN_MIN (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 98 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 173 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 242 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 311 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 390 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 469 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 540 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 612 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in ZTEST() 690 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in test_cte_req_ll_unknown_rsp_local() 1104 .min_cte_len_req = BT_HCI_LE_CTE_LEN_MIN, in test_local_cte_req_wait_for_phy_update_complete_and_disable() [all …]
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/ |
D | test_cte_req_enable.c | 44 BUILD_ASSERT(BT_HCI_LE_CTE_LEN_MIN > 0x0, 46 #define REQUEST_CTE_LEN_TOO_SHORT (BT_HCI_LE_CTE_LEN_MIN - 1)
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/ |
D | test_set_cl_cte_tx_param.c | 20 #define CTE_LEN_VALID (BT_HCI_LE_CTE_LEN_MIN + 5)
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_df.c | 248 if (cte_len < BT_HCI_LE_CTE_LEN_MIN || in ll_df_set_cl_cte_tx_params() 271 (num_ant_ids < BT_HCI_LE_CTE_LEN_MIN || in ll_df_set_cl_cte_tx_params() 979 if (requested_cte_length < BT_HCI_LE_CTE_LEN_MIN || in ll_df_set_conn_cte_req_enable()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 318 (cte_len < BT_HCI_LE_CTE_LEN_MIN) || in cte_tx_parameters_check() 378 (expected_cte_len < BT_HCI_LE_CTE_LEN_MIN) || in cte_rx_parameters_check()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 117 if (params->cte_len < BT_HCI_LE_CTE_LEN_MIN || in hci_df_set_cl_cte_tx_params() 783 if (cte_length < BT_HCI_LE_CTE_LEN_MIN || cte_length > BT_HCI_LE_CTE_LEN_MAX) { in valid_cte_req_params()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1859 #define BT_HCI_LE_CTE_LEN_MIN 0x2 macro
|