Programming Manual

i480e&i480e-MD2 Programming Manual
85 / 139
Indication
AT-B SPPSTAT [state]
Parameters
state
SPP connection status, where
1: sppReady;
2: sppConnecting;
3: sppConnected.
Note
N/A
17.2
SPPDATAIND
The SPPDATAIND indication is used to inform the host unit that SPP data is
received from the remote device.
Indication
AT-B SPPDATAIND [length],[data]
Parameters
length
Length of received data
data
Received data
Note
N/A
18
HID Device AT Command Definition
18.1
HID Status
This chapter introduces the defined HID status.
18.1.1 HID Connect Status
typedef enum
{
hid_connect_success, /*!< Successful connection.*/
hid_connect_failed, /*!< Connection failed. */
hid_connect_out_of_resources, /*!< Out of resource. */
hid_connect_timeout, /*!< Timeout waiting for connection. */
hid_connect_disconnected, /*!< Disconnected remotely during setup */
hid_command_disallowed /* command disallowed. */
} hid_connect_status;
Barrot Confidential