Fixed state callback and revised synchronization and deletion

This commit is contained in:
Paul-Louis Ageneau
2020-03-31 14:59:50 +02:00
parent 577d048844
commit e04113f3f1
10 changed files with 147 additions and 65 deletions

View File

@ -31,8 +31,7 @@ typedef enum {
RTC_CONNECTED = 2,
RTC_DISCONNECTED = 3,
RTC_FAILED = 4,
RTC_CLOSED = 5,
RTC_DESTROYING = 6 // internal
RTC_CLOSED = 5
} rtcState;
typedef enum {