Searched refs:ant_patterns (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.6.0/samples/bluetooth/direction_finding_peripheral/src/ |
D | main.c | 41 static const uint8_t ant_patterns[] = { 0x2, 0x0, 0x5, 0x6, 0x1, 0x4, 0xC, 0x9, 0xE, 0xD, 0x8 }; variable 51 .num_ant_ids = ARRAY_SIZE(ant_patterns), in enable_cte_response() 52 .ant_ids = ant_patterns, in enable_cte_response()
|
/Zephyr-Core-3.6.0/samples/bluetooth/direction_finding_connectionless_tx/src/ |
D | main.c | 52 static uint8_t ant_patterns[] = {0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA }; variable 59 .num_ant_ids = ARRAY_SIZE(ant_patterns), 60 .ant_ids = ant_patterns
|
/Zephyr-Core-3.6.0/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 41 static const uint8_t ant_patterns[] = { 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA }; variable 149 .num_ant_ids = ARRAY_SIZE(ant_patterns), in enable_cte_reqest() 150 .ant_ids = ant_patterns, in enable_cte_reqest()
|
/Zephyr-Core-3.6.0/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 48 const static uint8_t ant_patterns[] = { 0x1, 0x2, 0x3, 0x4, 0x5, variable 299 .num_ant_ids = ARRAY_SIZE(ant_patterns), in enable_cte_rx() 300 .ant_ids = ant_patterns, in enable_cte_rx()
|
/Zephyr-Core-3.6.0/samples/bluetooth/direction_finding_connectionless_tx/ |
D | README.rst | 64 control of the antenna array, as well as via the ``ant_patterns`` array in the 84 in the :cpp:var:`ant_patterns` array in
|