Searched refs:num_ant_ids (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/ |
D | test_set_iq_sampling_enable.c | 22 uint8_t num_ant_ids; member 31 .num_ant_ids = ARRAY_SIZE(g_ant_ids), 60 sizeof(*cp) + params->num_ant_ids); in send_set_scan_cte_rx_enable() 72 if (params->num_ant_ids) { in send_set_scan_cte_rx_enable() 75 net_buf_add(buf, params->num_ant_ids); in send_set_scan_cte_rx_enable() 78 params->num_ant_ids); in send_set_scan_cte_rx_enable() 80 cp->switch_pattern_len = params->num_ant_ids; in send_set_scan_cte_rx_enable() 119 uint8_t num_ant_ids_prev = g_params.num_ant_ids; in ZTEST() 124 g_params.num_ant_ids = SWITCH_PATTERN_LEN_INVALID; in ZTEST() 131 g_params.num_ant_ids = num_ant_ids_prev; in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | direction.h | 76 uint8_t num_ant_ids; member 101 uint8_t num_ant_ids; member 151 uint8_t num_ant_ids; member 202 uint8_t num_ant_ids; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 52 uint8_t num_ant_ids, const uint8_t *ant_ids); 108 if (params->num_ant_ids < BT_HCI_LE_SWITCH_PATTERN_LEN_MIN || in hci_df_set_cl_cte_tx_params() 109 params->num_ant_ids > BT_HCI_LE_SWITCH_PATTERN_LEN_MAX || in hci_df_set_cl_cte_tx_params() 128 sizeof(*cp) + params->num_ant_ids); in hci_df_set_cl_cte_tx_params() 139 if (params->num_ant_ids) { in hci_df_set_cl_cte_tx_params() 140 uint8_t *dest_ant_ids = net_buf_add(buf, params->num_ant_ids); in hci_df_set_cl_cte_tx_params() 142 memcpy(dest_ant_ids, params->ant_ids, params->num_ant_ids); in hci_df_set_cl_cte_tx_params() 143 cp->switch_pattern_len = params->num_ant_ids; in hci_df_set_cl_cte_tx_params() 234 uint8_t num_ant_ids, const uint8_t *ant_ids) in valid_cte_rx_common_params() argument 252 if (num_ant_ids < BT_HCI_LE_SWITCH_PATTERN_LEN_MIN || in valid_cte_rx_common_params() [all …]
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/ |
D | main.c | 58 .num_ant_ids = ARRAY_SIZE(ant_patterns), 62 .num_ant_ids = 0,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_internal.h | 67 void lll_df_cte_tx_configure(uint8_t cte_type, uint8_t cte_length, uint8_t num_ant_ids,
|
D | lll_df.c | 373 void lll_df_cte_tx_configure(uint8_t cte_type, uint8_t cte_length, uint8_t num_ant_ids, in lll_df_cte_tx_configure() argument 392 radio_df_ant_switch_pattern_set(ant_ids, num_ant_ids); in lll_df_cte_tx_configure()
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/src/ |
D | main.c | 52 .num_ant_ids = ARRAY_SIZE(ant_patterns), in enable_cte_response()
|
/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() argument 271 (num_ant_ids < BT_HCI_LE_CTE_LEN_MIN || in ll_df_set_cl_cte_tx_params() 272 num_ant_ids > BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN || !ant_ids)) { in ll_df_set_cl_cte_tx_params() 297 memcpy(cfg->ant_ids, ant_ids, num_ant_ids); in ll_df_set_cl_cte_tx_params() 298 cfg->ant_sw_len = num_ant_ids; in ll_df_set_cl_cte_tx_params()
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 149 .num_ant_ids = ARRAY_SIZE(ant_patterns), in enable_cte_reqest()
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 309 .num_ant_ids = ARRAY_SIZE(ant_patterns), in enable_cte_rx()
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 290 uint8_t num_ant_ids, uint8_t *ant_ids);
|