Searched refs:upload_status_rsp (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | dfd_srv.c | 374 static void upload_status_rsp(struct bt_mesh_dfd_srv *srv, in upload_status_rsp() function 397 upload_status_rsp(srv, ctx, BT_MESH_DFD_SUCCESS); in handle_upload_get() 412 upload_status_rsp(srv, ctx, BT_MESH_DFD_ERR_INTERNAL); in set_upload_fwid() 423 upload_status_rsp(srv, ctx, BT_MESH_DFD_ERR_INTERNAL); in set_upload_fwid() 465 upload_status_rsp(srv, ctx, in handle_upload_start() 473 upload_status_rsp(srv, ctx, BT_MESH_DFD_ERR_INTERNAL); in handle_upload_start() 489 upload_status_rsp(srv, ctx, BT_MESH_DFD_SUCCESS); in handle_upload_start() 494 upload_status_rsp(srv, ctx, BT_MESH_DFD_ERR_BUSY_WITH_UPLOAD); in handle_upload_start() 512 upload_status_rsp(srv, ctx, in handle_upload_start() 525 upload_status_rsp(srv, ctx, BT_MESH_DFD_ERR_INTERNAL); in handle_upload_start() [all …]
|