/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/ |
D | test_cte_set_rx_params.c | 102 uint8_t ant_ids[SWITCH_PATTERN_LEN_TOO_LONG] = { 0 }; in ZTEST() local 117 uint8_t ant_ids[SWITCH_PATTERN_LEN_TOO_SHORT] = { 0 }; in ZTEST() local 181 uint8_t ant_ids[SWITCH_PATTERN_LEN_TOO_LONG] = { 0 }; in ZTEST() local 196 uint8_t ant_ids[SWITCH_PATTERN_LEN_TOO_SHORT] = { 0 }; in ZTEST() local
|
D | test_cte_set_rx_params.h | 13 uint8_t *ant_ids; member
|
D | test_cte_req_enable.c | 189 static uint8_t ant_ids[] = { 0x1, 0x2, 0x3, 0x4, 0x5 }; in cte_rx_param_setup() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df.c | 220 int lll_df_conf_cte_rx_enable(uint8_t slot_duration, uint8_t ant_num, const uint8_t *ant_ids, in lll_df_conf_cte_rx_enable() 340 static uint8_t ant_ids[DF_MIN_ANT_NUM_REQUIRED] = { PDU_ANTENNA, PDU_ANTENNA }; in lll_df_conf_cte_info_parsing_enable() local 374 const uint8_t *ant_ids) in lll_df_cte_tx_configure()
|
D | lll_df_types.h | 47 uint8_t ant_ids[BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN]; member 126 uint8_t ant_ids[BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN]; member 140 uint8_t ant_ids[BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN]; member 185 uint8_t ant_ids[BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN]; member
|
D | lll_test.c | 405 const uint8_t *ant_ids, uint8_t phy) in cte_rx_init() 662 const uint8_t *ant_ids) in ll_test_rx()
|
/Zephyr-latest/tests/bluetooth/df/connection_cte_tx_params/src/ |
D | test_set_conn_cte_tx_params.c | 29 const uint8_t *ant_ids; member 120 uint8_t ant_ids[SWITCH_PATTERN_LEN_TOO_LONG] = { 0 }; in ZTEST() local 134 uint8_t ant_ids[SWITCH_PATTERN_LEN_TOO_SHORT] = { 0 }; in ZTEST() local
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/ |
D | test_set_iq_sampling_enable.c | 23 uint8_t *ant_ids; member 122 uint8_t ant_ids[SWITCH_PATTERN_LEN_INVALID] = { 0 }; in ZTEST() local 218 uint8_t ant_ids[BT_HCI_LE_MAX_SWITCH_PATTERN_LEN_MIN] = { 0 }; in ZTEST() local 237 uint8_t ant_ids[CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN] = { 0 }; in ZTEST() local
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | direction.h | 78 uint8_t *ant_ids; member 103 const uint8_t *ant_ids; member 153 const uint8_t *ant_ids; member 204 const uint8_t *ant_ids; member
|
D | hci_types.h | 1842 uint8_t ant_ids[0]; member 1855 uint8_t ant_ids[0]; member 1877 uint8_t ant_ids[0]; member 1900 uint8_t ant_ids[0]; member 1914 uint8_t ant_ids[0]; member 1934 uint8_t ant_ids[0]; member 2389 uint8_t ant_ids[0]; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_df.c | 237 uint8_t num_ant_ids, uint8_t *ant_ids) in ll_df_set_cl_cte_tx_params() 415 uint8_t *ant_ids) in ll_df_set_cl_iq_sampling_enable() 788 const uint8_t *ant_ids) in ll_df_set_conn_cte_tx_params() 860 const uint8_t *ant_ids) in ll_df_set_conn_cte_rx_params()
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/ |
D | common.c | 55 uint8_t ant_ids[] = { 0x1, 0x2, 0x3, 0x4, 0x5 }; in common_set_cl_cte_tx_params() local
|
D | test_set_cl_cte_tx_param.c | 52 uint8_t *ant_ids) in send_set_cl_cte_tx_params()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 234 uint8_t num_ant_ids, const uint8_t *ant_ids) in valid_cte_rx_common_params() 308 const uint8_t *ant_ids; in prepare_cl_cte_rx_enable_cmd_params() local 494 uint8_t *ant_ids; in prepare_conn_cte_tx_params_cmd() local 599 const uint8_t *ant_ids; in prepare_conn_cte_rx_enable_cmd_params() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 289 const uint8_t *ant_ids) in ll_test_rx()
|