Home
last modified time | relevance | path

Searched refs:beac (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1676 struct proxy_adv_beacon *beac = (struct proxy_adv_beacon *)beacon.user_ctx; in proxy_adv_scan_all_cb() local
1678 beac->evt_type = proxy_adv_type_get(adv_type, buf); in proxy_adv_scan_all_cb()
1679 if (beac->evt_type == 0xFF) { in proxy_adv_scan_all_cb()
1685 beac->rx_timestamp = k_uptime_get(); in proxy_adv_scan_all_cb()
1687 if (beac->evt_type == BEACON_TYPE_NET_ID) { in proxy_adv_scan_all_cb()
1688 beac->ctx.net_id = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
1690 beac->ctx.enc.hash = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
1691 beac->ctx.enc.random = net_buf_simple_pull_le64(buf); in proxy_adv_scan_all_cb()
1826 static void proxy_adv_subnet_find(struct proxy_adv_beacon *beac, struct netkey_ctx **nets, in proxy_adv_subnet_find() argument
1831 switch (beac->evt_type) { in proxy_adv_subnet_find()
[all …]