Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_aux.c135 uint8_t upd; in prepare_cb() local
144 upd = 0U; in prepare_cb()
145 sec_pdu = lll_adv_aux_data_latest_get(lll, &upd); in prepare_cb()
220 scan_pdu = lll_adv_scan_rsp_latest_get(lll_adv, &upd); in prepare_cb()
230 } else if (upd) { in prepare_cb()
256 ARG_UNUSED(upd); in prepare_cb()
259 ARG_UNUSED(upd); in prepare_cb()
744 uint8_t upd; in isr_rx_pdu() local
761 pdu_aux = lll_adv_aux_data_latest_get(lll_aux, &upd); in isr_rx_pdu()
Dlll_adv_sync.c127 uint8_t upd; local
177 upd = 0U;
178 pdu = lll_adv_sync_data_latest_get(lll, NULL, &upd);
Dlll_adv.c1460 uint8_t upd; in chan_prepare() local
1470 upd = 0U; in chan_prepare()
1471 pdu = lll_adv_data_latest_get(lll, &upd); in chan_prepare()
1481 scan_pdu = lll_adv_scan_rsp_latest_get(lll, &upd); in chan_prepare()
1485 if (upd) { in chan_prepare()
1494 ARG_UNUSED(upd); in chan_prepare()
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dtest_add_cte_to_chain.c131 uint8_t upd; in ZTEST() local
142 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in ZTEST()
Dtest_remove_cte_from_chain.c169 uint8_t upd; in remove_cte_from_chain_after_enqueue_to_lll() local
190 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in remove_cte_from_chain_after_enqueue_to_lll()
227 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in remove_cte_from_chain_after_enqueue_to_lll()
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c566 struct bt_mesh_ctl_friend_update *upd; in encode_update() local
567 NET_BUF_SIMPLE_DEFINE(sdu, 1 + sizeof(*upd)); in encode_update()
575 upd = net_buf_simple_add(&sdu, sizeof(*upd)); in encode_update()
576 upd->flags = bt_mesh_net_flags(frnd->subnet); in encode_update()
577 upd->iv_index = sys_cpu_to_be32(bt_mesh.iv_index); in encode_update()
578 upd->md = md; in encode_update()
1203 struct bt_mesh_ctl_friend_update *upd; in update_overwrite() local
1224 upd = net_buf_pull_mem(buf, sizeof(*upd)); in update_overwrite()
1225 LOG_DBG("Update Previous Friend Update MD 0x%02x -> 0x%02x", upd->md, md); in update_overwrite()
1226 upd->md = md; in update_overwrite()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv.c781 uint8_t upd = 0U; in chan_prepare() local
783 pdu = lll_adv_data_latest_get(lll, &upd); in chan_prepare()
785 scan_pdu = lll_adv_scan_rsp_latest_get(lll, &upd); in chan_prepare()
789 if (upd) { in chan_prepare()
798 ARG_UNUSED(upd); in chan_prepare()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c1854 SHELL_CMD_ARG(upd, NULL, "<NetKeyIdx> [Key(1-16 hex)]", cmd_net_key_update, 2, 1),
1862 SHELL_CMD_ARG(upd, NULL, "<NetKeyIdx> <AppKeyIdx> [Key(1-16 hex)]", cmd_app_key_upd,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst645 ``mesh models cfg netkey upd <NetKeyIdx> [Key(1-16 hex)]``
677 ``mesh models cfg appkey upd <NetKeyIdx> <AppKeyIdx> [Key(1-16 hex)]``