Searched defs:fwid (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu.h | 142 const void *fwid; member 160 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN]; member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 407 const uint8_t *fwid, size_t fwid_len) in set_upload_fwid() 446 const uint8_t *meta, *fwid; in handle_upload_start() local 570 uint8_t *fwid; in handle_upload_start_oob() local 676 const uint8_t *fwid, size_t fwid_len) in fw_status_rsp() 698 const uint8_t *fwid; in handle_fw_get() local 742 const uint8_t *fwid; in handle_fw_delete() local 1222 const uint8_t **fwid) in bt_mesh_dfd_srv_fw_delete() 1264 uint8_t *fwid, size_t fwid_len) in bt_mesh_dfd_srv_oob_check_complete()
|
D | dfu_slot.c | 49 const uint8_t *fwid, size_t fwid_len) in slot_eq() 176 const uint8_t *fwid, size_t fwid_len) in bt_mesh_dfu_slot_fwid_set() 279 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot) in bt_mesh_dfu_slot_get()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfd.c | 43 uint16_t idx, const uint8_t *fwid, size_t fwid_len) in print_fw_status() 320 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN]; in cmd_dfd_fw_get() local 377 const uint8_t *fwid = &fwid_buf[0]; in cmd_dfd_fw_delete() local
|
D | dfu.c | 143 struct shell_dfu_fwid *fwid = in bt_mesh_shell_dfu_cmds_init() local 380 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN]; in cmd_dfu_slot_add() local 462 char fwid[2 * CONFIG_BT_MESH_DFU_FWID_MAXLEN + 1]; in slot_info_print() local 617 char fwid[2 * CONFIG_BT_MESH_DFU_FWID_MAXLEN + 1]; in dfu_img_cb() local
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 437 static struct bt_mesh_dfu_slot *slot_reserve_and_set(size_t size, uint8_t *fwid, size_t fwid_len, in slot_reserve_and_set() 466 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN] = { 0xAA, 0xBB, 0xCC, 0xDD }; in slot_add() local 598 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN] = { 0 }; in test_dist_dfu_slot_create() local 639 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN] = { 0 }; in check_slot() local 665 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN] = { 0 }; in test_dist_dfu_slot_create_recover() local 762 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN] = { 0 }; in test_dist_dfu_slot_idempotency() local 974 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN] = { 0xAA, 0xBB, 0xCC, 0xDD }; in cli_common_init_recover() local
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 169 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN]; member 184 const uint8_t *fwid, uint16_t fwid_len) in dfd_srv_start_oob_upload() 4184 static void dfu_slot_add(size_t size, uint8_t *fwid, size_t fwid_len, in dfu_slot_add() 4217 char fwid[2 * CONFIG_BT_MESH_DFU_FWID_MAXLEN + 1]; in dfu_img_cb() local 4289 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN]; in dfu_update_metadata_check() local 4415 uint8_t fwid[CONFIG_BT_MESH_DFU_FWID_MAXLEN]; in dfu_firmware_update_start() local
|