Searched refs:override_config_0 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/bluetooth/channel_sounding/include/ |
D | cs_test_params.h | 42 params.override_config_0.channel_map_repetition = 1; in test_params_get() 44 memset(params.override_config_0.not_set.channel_map, 0, 10); in test_params_get() 47 BT_LE_CS_CHANNEL_BIT_SET_VAL(params.override_config_0.not_set.channel_map, i, 1); in test_params_get() 50 params.override_config_0.not_set.channel_selection_type = BT_CONN_LE_CS_CHSEL_TYPE_3B; in test_params_get() 51 params.override_config_0.not_set.ch3c_shape = BT_CONN_LE_CS_CH3C_SHAPE_HAT; in test_params_get() 52 params.override_config_0.not_set.ch3c_jump = 2; in test_params_get()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | cs.c | 228 params.override_config_0.channel_map_repetition = 1; in cmd_cs_test_simple() 229 memset(params.override_config_0.not_set.channel_map, 0, in cmd_cs_test_simple() 230 sizeof(params.override_config_0.not_set.channel_map)); in cmd_cs_test_simple() 231 params.override_config_0.not_set.channel_map[1] = 0xFF; in cmd_cs_test_simple() 232 params.override_config_0.not_set.channel_map[7] = 0xFF; in cmd_cs_test_simple() 233 params.override_config_0.not_set.channel_map[8] = 0xFF; in cmd_cs_test_simple() 234 params.override_config_0.not_set.channel_selection_type = BT_CONN_LE_CS_CHSEL_TYPE_3B; in cmd_cs_test_simple() 235 params.override_config_0.not_set.ch3c_shape = BT_CONN_LE_CS_CH3C_SHAPE_HAT; in cmd_cs_test_simple() 236 params.override_config_0.not_set.ch3c_jump = 0x2; in cmd_cs_test_simple()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | cs.c | 526 cp->channel_map_repetition = params->override_config_0.channel_map_repetition; in bt_le_cs_start_test() 532 const uint8_t num_channels = params->override_config_0.set.num_channels; in bt_le_cs_start_test() 536 net_buf_add_mem(buf, params->override_config_0.set.channels, num_channels); in bt_le_cs_start_test() 539 net_buf_add_mem(buf, params->override_config_0.not_set.channel_map, in bt_le_cs_start_test() 540 sizeof(params->override_config_0.not_set.channel_map)); in bt_le_cs_start_test() 541 net_buf_add_u8(buf, params->override_config_0.not_set.channel_selection_type); in bt_le_cs_start_test() 542 net_buf_add_u8(buf, params->override_config_0.not_set.ch3c_shape); in bt_le_cs_start_test() 543 net_buf_add_u8(buf, params->override_config_0.not_set.ch3c_jump); in bt_le_cs_start_test() 546 (sizeof(params->override_config_0.not_set.channel_map) + in bt_le_cs_start_test() 547 sizeof(params->override_config_0.not_set.channel_selection_type) + in bt_le_cs_start_test() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | cs.h | 402 } override_config_0; member
|