* Lib: added nanopb * Hal rfid: fixed confused arguments * Lib: update makefile, include nanopb * Lib: remove nanopb * Lib: add nanopb as submodule * Assets: remove protobuf * Assets: add protobuf message definitions as submodule * WIP: [FL-1792] Add Protobuf RPC * WIP: RPC add ping * Add Ping * Fix Ping, Add (WIP) storage * Update submodule * ble-glue: add ptotobuf to ble * WIP: Add storage list test * revert applications.mk * Add Storage List command * ble-glue: fix fast updating rx charachteristic * ble serial: split long ble packets * Add Storage Read/Write/Mkdir/Delete * Disable tests * Rename Element -> File * Add md5sum, fix test leak * Regenerate Protobuf * Fix review comments * ble-glue: sync f7 target Co-authored-by: Albert Kharisov <albert@flipperdevices.com> Co-authored-by: gornekich <n.gorbadey@gmail.com> Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/* Automatically generated nanopb header */
 | 
						|
/* Generated by nanopb-0.4.5 */
 | 
						|
 | 
						|
#ifndef PB_PB_STATUS_STATUS_PB_H_INCLUDED
 | 
						|
#define PB_PB_STATUS_STATUS_PB_H_INCLUDED
 | 
						|
#include <pb.h>
 | 
						|
 | 
						|
#if PB_PROTO_HEADER_VERSION != 40
 | 
						|
#error Regenerate this file with the current version of nanopb generator.
 | 
						|
#endif
 | 
						|
 | 
						|
/* Struct definitions */
 | 
						|
typedef struct _PB_Status_PingRequest { 
 | 
						|
    char dummy_field;
 | 
						|
} PB_Status_PingRequest;
 | 
						|
 | 
						|
typedef struct _PB_Status_PingResponse { 
 | 
						|
    char dummy_field;
 | 
						|
} PB_Status_PingResponse;
 | 
						|
 | 
						|
 | 
						|
#ifdef __cplusplus
 | 
						|
extern "C" {
 | 
						|
#endif
 | 
						|
 | 
						|
/* Initializer values for message structs */
 | 
						|
#define PB_Status_PingRequest_init_default       {0}
 | 
						|
#define PB_Status_PingResponse_init_default      {0}
 | 
						|
#define PB_Status_PingRequest_init_zero          {0}
 | 
						|
#define PB_Status_PingResponse_init_zero         {0}
 | 
						|
 | 
						|
/* Field tags (for use in manual encoding/decoding) */
 | 
						|
 | 
						|
/* Struct field encoding specification for nanopb */
 | 
						|
#define PB_Status_PingRequest_FIELDLIST(X, a) \
 | 
						|
 | 
						|
#define PB_Status_PingRequest_CALLBACK NULL
 | 
						|
#define PB_Status_PingRequest_DEFAULT NULL
 | 
						|
 | 
						|
#define PB_Status_PingResponse_FIELDLIST(X, a) \
 | 
						|
 | 
						|
#define PB_Status_PingResponse_CALLBACK NULL
 | 
						|
#define PB_Status_PingResponse_DEFAULT NULL
 | 
						|
 | 
						|
extern const pb_msgdesc_t PB_Status_PingRequest_msg;
 | 
						|
extern const pb_msgdesc_t PB_Status_PingResponse_msg;
 | 
						|
 | 
						|
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
 | 
						|
#define PB_Status_PingRequest_fields &PB_Status_PingRequest_msg
 | 
						|
#define PB_Status_PingResponse_fields &PB_Status_PingResponse_msg
 | 
						|
 | 
						|
/* Maximum encoded size of messages (where known) */
 | 
						|
#define PB_Status_PingRequest_size               0
 | 
						|
#define PB_Status_PingResponse_size              0
 | 
						|
 | 
						|
#ifdef __cplusplus
 | 
						|
} /* extern "C" */
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 |