|
GSM_Error | MOBEX_GetStatus (GSM_StateMachine *s, const char *path, unsigned char type, int *free_records, int *used) |
|
GSM_Error | MOBEX_CreateEntry (GSM_StateMachine *s, const char *path, unsigned char type, int *location, const char *data) |
|
GSM_Error | MOBEX_UpdateEntry (GSM_StateMachine *s, const char *path, const int location, unsigned char type, const char *data) |
|
GSM_Error | MOBEX_GetMemory (GSM_StateMachine *s, GSM_MemoryEntry *Entry) |
|
GSM_Error | MOBEX_GetNextMemory (GSM_StateMachine *s, GSM_MemoryEntry *Entry, gboolean start) |
|
GSM_Error | MOBEX_GetCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Entry) |
|
GSM_Error | MOBEX_GetTodo (GSM_StateMachine *s, GSM_ToDoEntry *Entry) |
|
GSM_Error | MOBEX_GetNextCalendar (GSM_StateMachine *s, GSM_CalendarEntry *Entry, gboolean start) |
|
GSM_Error | MOBEX_GetNextTodo (GSM_StateMachine *s, GSM_ToDoEntry *Entry, gboolean start) |
|
Implementation of m-obex protocol used by Samsung phones.
- Author
- Michal Cihar
§ MOBEX_CreateEntry()
GSM_Error MOBEX_CreateEntry |
( |
GSM_StateMachine * |
s, |
|
|
const char * |
path, |
|
|
unsigned char |
type, |
|
|
int * |
location, |
|
|
const char * |
data |
|
) |
| |
§ MOBEX_GetCalendar()
Reads calendar entry using m-obex.
§ MOBEX_GetMemory()
Reads memory entry using m-obex.
§ MOBEX_GetNextCalendar()
Reads next calendar entry using m-obex.
§ MOBEX_GetNextMemory()
Reads next memory entry using m-obex.
§ MOBEX_GetNextTodo()
Reads next todo entry using m-obex.
§ MOBEX_GetStatus()
Returns status of given memory.
§ MOBEX_GetTodo()
Reads todo entry using m-obex.
§ MOBEX_UpdateEntry()
GSM_Error MOBEX_UpdateEntry |
( |
GSM_StateMachine * |
s, |
|
|
const char * |
path, |
|
|
const int |
location, |
|
|
unsigned char |
type, |
|
|
const char * |
data |
|
) |
| |