Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv.c673 static void fw_status_rsp(struct bt_mesh_dfd_srv *srv, in fw_status_rsp() function
707 fw_status_rsp(srv, ctx, BT_MESH_DFD_SUCCESS, idx, fwid, in handle_fw_get()
710 fw_status_rsp(srv, ctx, BT_MESH_DFD_ERR_FW_NOT_FOUND, 0xffff, in handle_fw_get()
728 fw_status_rsp(srv, ctx, BT_MESH_DFD_SUCCESS, idx, slot->fwid, in handle_fw_get_by_index()
731 fw_status_rsp(srv, ctx, BT_MESH_DFD_ERR_FW_NOT_FOUND, idx, in handle_fw_get_by_index()
750 fw_status_rsp(srv, ctx, status, 0xffff, fwid, fwid_len); in handle_fw_delete()
772 fw_status_rsp(srv, ctx, bt_mesh_dfd_srv_fw_delete_all(srv), 0xffff, NULL, 0); in handle_fw_delete_all()