Home
last modified time | relevance | path

Searched +full:beacon +full:- +full:coex (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/beacon/
Dsample.yaml2 name: Bluetooth Beacon
4 sample.bluetooth.beacon:
7 - qemu_cortex_m3
8 - qemu_x86
9 - nrf51dk/nrf51822
10 - nrf52dk/nrf52832
11 - nrf54l15pdk/nrf54l15/cpuapp
14 - qemu_cortex_m3
15 - nrf51dk/nrf51822
16 - nrf52dk/nrf52832
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c4 * SPDX-License-Identifier: Apache-2.0
10 #include "mesh/beacon.h"
70 /* Setting for scanner defining what beacon is expected next, SNB as default */
109 .option = "rand-int", in test_args_parse()
110 .descript = "Random interval to be set for Private Beacon" in test_args_parse()
336 } beacon; variable
347 ASSERT_EQUAL(buf->len, length); in beacon_scan_cb()
357 beacon.flags = net_buf_simple_pull_u8(buf); in beacon_scan_cb()
359 beacon.iv_index = net_buf_simple_pull_be32(buf); in beacon_scan_cb()
365 memcpy(beacon.random, buf->data, 13); in beacon_scan_cb()
[all …]