Programming Manual
i480e&i480e-MD2 Programming Manual
82 / 139
15.7
MAPCEVTIND
The MAPCEVTIND indication is used to inform the client host that there are
new SMS alerts.
Indication
AT-B MAPCEVTIND [moreData],[length],[packet]
moreData
More data to be received or sent.
1: More(TRUE) o:
0: not(FALSE)
Length
The length of the packet field
packet
Received short message notification data.
Note
N/A
16
SPP AT Command Definition
This chapter introduces SPP relevant AT commands’ definition, including a brief
description of commands’ syntax, responses and examples.
16.1
SPP Status
This chapter introduces the defined SPP status.
16.1.1 SPP Connect Status
typedef enum
{
spp_connect_success, /*! Connect attempt succeeded. */
spp_connect_sdp_fail, /*! Service search failed. */
spp_connect_slc_failed, /*! Service level connection establishment failed. */
spp_connect_failed_busy, /*! Profile instance already connected. */
spp_connect_failed, /*! RFCOMM connection failed to be established. */
spp_connect_server_channel_not_registered, /*! Requested server channel
not registered by this profile instance. */
spp_connect_timeout, /*! Connection attempt timed out. */
spp_connect_rejected, /*! The remote device rejected the connection. */
Barrot Confidential










