Programming Manual

75 / 139
i480e&i480e-MD2 Programming Manual
mapc_command_rejected, /*!< Remote rejected the command */
mapc_invalid_parameter /*!< Remote send corrupt or invalid response */
} MapcStatus;
14.1.2 MAP Client Message Filter
typedef enum
{
mapc_no_filtering = 0x00, /*!< No filtering */
mapc_filter_out_sms_gsm = 0x01, /*!< Filter out GSM SMS */
mapc_filter_out_sms_cdma= 0x02, /*!< Filter out GSM CDMA */
mapc_filter_out_email = 0x04, /*!< Filter out EMAIL */
mapc_filter_out_mms = 0x08, /*!< Filter out MMS */
mapc_filter_unread = 0x10, /*!< Get only the unread messages */
mapc_filter_read = 0x20, /*!< Get only the read messages */
mapc_filter_params = 0x100 /*!< Use an auto filter for Param Mask*/
} MapcMessageFilter;
14.2
MAPCCONN
The MAPCCONN command is used to create an MAP connection with the remote
MAP server.
Command
AT+B MAPCCONN [bd]
Response
AT-B MAPCCONN [status], [bd]
Parameters
bd
Remote Bluetooth device address
status
Values in the chapter 14.1.1.
Note
N/A
14.3
MAPCDISC
The MAPCDISC command is used to disconnect the existing MAP connection.
Command
AT+B MAPCDISC
Response
AT-B MAPCDISC [status],[bd]
Barrot Confidential