:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / include / phones / nk2110.h
1 /*
2
3   $Id$
4
5   G N O K I I
6
7   A Linux/Unix toolset and driver for Nokia mobile phones.
8
9   Copyright (C) 2000 Pavel Machek
10
11   Released under the terms of the GNU GPL, see file COPYING for more details.
12
13   This file provides functions specific to the 2110 series. 
14   See README for more details on supported mobile phones.
15
16   The various routines are called P2110_(whatever).
17
18 */
19
20 #ifndef __phones_nk2110_h
21 #define __phones_nk2110_h
22
23 #define LM_SMS_EVENT    0x37
24 #define LM_SMS_COMMAND  0x38
25 #define   LM_SMS_READ_STORED_DATA       0x02            /* These are really subcommands of LM_SMS_COMMAND */
26 #define   LM_SMS_RECEIVED_PP_DATA       0x06
27 #define   LM_SMS_FORWARD_STORED_DATA    0x0b
28 #define   LM_SMS_RESERVE_PP             0x12
29 #define     LN_SMS_NORMAL_RESERVE 1
30 #define     LN_SMS_NEW_MSG_INDICATION 2
31
32 #define   LM_SMS_NEW_MESSAGE_INDICATION 0x1a
33 #define   LM_SMS_ALIVE_TEST             0x1e
34 #define   LM_SMS_ALIVE_ACK              0x1f
35 #define   LM_SMS_PP_RESERVE_COMPLETE      22
36
37
38 #define LN_LOC_COMMAND  0x1f
39
40 #endif  /* #ifndef __phones_nk2110_h */