
Go to the source code of this file.
Defines | |
| #define | BT_SERVICE_NAME "LIBELIUM" |
| #define | BT_SERVICE_CHANNEL 2 |
| #define | BT_SERVICE_COD "111111" |
| #define | BT_SECURITY_PREDEFINED 1 |
| #define | BT_SECURITY_NONE 2 |
| #define | BT_SECURITY_ON_DEMAND 3 |
| #define | BT_PIN "1111" |
| #define | BT_AUTO_ACC 1 |
| #define | BT_MANUAL_ACC 0 |
| #define | BT_NO_DISC 0 |
| #define | BT_INQ_EN 1 |
| #define | BT_PAGE_EN 2 |
| #define | BT_DISCOVERABLE 3 |
| #define | BT_PUBLIC_NAME "waspmote_bt" |
| #define | BT_MAX_DEVICES 8 |
| #define | BT_MAX_DATA 400 |
| #define | BT_AT_SECURITY "AT+JSEC=" |
| #define | BT_AT_PUBLIC_NAME "AT+JSLN=" |
| #define | BT_AT_AUTO_ACCEPT "AT+JAAC=" |
| #define | BT_AT_DISCOV_OPT "AT+JDIS=" |
| #define | BT_AT_PIN_REQUEST "AT+JPCR=" |
| #define | BT_AT_ACCEPT_CONN "AT+JACR=" |
| #define | BT_AT_SERVICE_PAR "AT+JRLS=" |
| #define | BT_AT_RESET "AT+JRES" |
| #define | BT_AT_DISCOVER "AT+JDDS=" |
| #define | BT_AT_DISCOVER_DEV "AT+JSDS=" |
| #define | BT_AT_CONNECT "AT+JCCR=" |
| #define | BT_AT_OWN_MAC "AT+JRBD=" |
| #define | BT_AT_DELETE_TD "AT+JRTD=" |
| #define | BT_AT_SEND_DATA "AT+JSDA=" |
| #define | BT_AT_DISCONNECT "AT+JSDR" |
| #define | BT_AT_STREAM_CONN "AT+JSCR" |
| #define BT_AT_ACCEPT_CONN "AT+JACR=" |
| #define BT_AT_AUTO_ACCEPT "AT+JAAC=" |
| #define BT_AT_CONNECT "AT+JCCR=" |
| #define BT_AT_DELETE_TD "AT+JRTD=" |
| #define BT_AT_DISCONNECT "AT+JSDR" |
| #define BT_AT_DISCOV_OPT "AT+JDIS=" |
| #define BT_AT_DISCOVER "AT+JDDS=" |
| #define BT_AT_DISCOVER_DEV "AT+JSDS=" |
| #define BT_AT_OWN_MAC "AT+JRBD=" |
| #define BT_AT_PIN_REQUEST "AT+JPCR=" |
| #define BT_AT_PUBLIC_NAME "AT+JSLN=" |
| #define BT_AT_RESET "AT+JRES" |
| #define BT_AT_SECURITY "AT+JSEC=" |
| #define BT_AT_SEND_DATA "AT+JSDA=" |
| #define BT_AT_SERVICE_PAR "AT+JRLS=" |
| #define BT_AT_STREAM_CONN "AT+JSCR" |
| #define BT_AUTO_ACC 1 |
Definition at line 39 of file WaspBTConstants.h.
Referenced by WaspBT::init(), and WaspBT::WaspBT().
| #define BT_DISCOVERABLE 3 |
| #define BT_INQ_EN 1 |
Definition at line 44 of file WaspBTConstants.h.
| #define BT_MANUAL_ACC 0 |
| #define BT_MAX_DATA 400 |
| #define BT_MAX_DEVICES 8 |
| #define BT_NO_DISC 0 |
Definition at line 43 of file WaspBTConstants.h.
| #define BT_PAGE_EN 2 |
Definition at line 45 of file WaspBTConstants.h.
| #define BT_PIN "1111" |
| #define BT_PUBLIC_NAME "waspmote_bt" |
| #define BT_SECURITY_NONE 2 |
Definition at line 34 of file WaspBTConstants.h.
| #define BT_SECURITY_ON_DEMAND 3 |
Definition at line 35 of file WaspBTConstants.h.
| #define BT_SECURITY_PREDEFINED 1 |
| #define BT_SERVICE_CHANNEL 2 |
| #define BT_SERVICE_COD "111111" |
| #define BT_SERVICE_NAME "LIBELIUM" |
1.5.6