Searched refs:upd (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_aux.c | 135 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()
|
D | lll_adv_sync.c | 127 uint8_t upd; local 177 upd = 0U; 178 pdu = lll_adv_sync_data_latest_get(lll, NULL, &upd);
|
D | lll_adv.c | 1460 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/ |
D | test_add_cte_to_chain.c | 131 uint8_t upd; in ZTEST() local 142 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in ZTEST()
|
D | test_remove_cte_from_chain.c | 169 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/ |
D | friend.c | 566 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/ |
D | lll_adv.c | 781 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/ |
D | cfg.c | 1854 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/ |
D | shell.rst | 645 ``mesh models cfg netkey upd <NetKeyIdx> [Key(1-16 hex)]`` 677 ``mesh models cfg appkey upd <NetKeyIdx> <AppKeyIdx> [Key(1-16 hex)]``
|