User's Manual
Enhanced Class 1 Bluetooth v2.1 Module
User’s Guide
Americas: +1-800-492-2320 Option 2
Europe: +44-1628-858-940
Hong Kong: +852-2923-0610
www.lairdtech.com/wireless
151
CONN-GUIDE-BT740_v0.2
. . . .
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//The following are EVENT (octet 2) values in event packets
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#define EVT_STATUS 0x81
#define EVT_INVALID_PKTSIZE 0x82
#define EVT_UNKNOWN_COMMAND 0x83
#define EVT_INQUIRY_RESULT 0x84
#define EVT_MODEM_STATUS 0x85
. . . .
. . . .
. . . .
13.8.1.1 STATUS Values
The following is a listing of a snapshot of the file MPSTATUS.H at the time of this document’s release.
Laird does NOT guarantee that this listing will be kept up to date.
For development purposes, please request the latest version of the appropriate ‘C’ header file.
#define MPSTATUS_OK 0x00
#define MPSTATUS_ILLEGAL_COMMAND 0x01
#define MPSTATUS_NO_CONNECTION 0x02
#define MPSTATUS_HARDWARE_FAIL 0x03
#define MPSTATUS_PAGE_TIMEOUT 0x04
. . . .
. . . .
. . . .