Add glitch protection to the software UART in the XPLAINBridge project code, so that...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / RFCOMMControl.h
index 7928d94..9b02f7b 100644 (file)
@@ -59,6 +59,7 @@
                #define RFCOMM_CONFIG_REMOTESIGNALS    (1 << 0)\r
                #define RFCOMM_CONFIG_LOCALSIGNALS     (1 << 1)\r
                #define RFCOMM_CONFIG_LOCALSIGNALSSENT (1 << 2)\r
                #define RFCOMM_CONFIG_REMOTESIGNALS    (1 << 0)\r
                #define RFCOMM_CONFIG_LOCALSIGNALS     (1 << 1)\r
                #define RFCOMM_CONFIG_LOCALSIGNALSSENT (1 << 2)\r
+               #define RFCOMM_CONFIG_ABMMODESET       (1 << 3)\r
 \r
        /* Enums: */\r
                enum RFCOMM_Control_Commands_t\r
 \r
        /* Enums: */\r
                enum RFCOMM_Control_Commands_t\r
 \r
                #if defined(INCLUDE_FROM_RFCOMM_CONTROL_C)\r
                        static void RFCOMM_ProcessTestCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t CommandDataLen, \r
 \r
                #if defined(INCLUDE_FROM_RFCOMM_CONTROL_C)\r
                        static void RFCOMM_ProcessTestCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t CommandDataLen, \r
-                                                             const uint8_t* CommandData, Bluetooth_Channel_t* const Channel);\r
+                                                             const uint8_t* CommandData, Bluetooth_Channel_t* const ACLChannel);\r
                        static void RFCOMM_ProcessFCECommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
                        static void RFCOMM_ProcessFCECommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
-                                                            Bluetooth_Channel_t* const Channel);\r
+                                                            Bluetooth_Channel_t* const ACLChannel);\r
                        static void RFCOMM_ProcessFCDCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
                        static void RFCOMM_ProcessFCDCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
-                                                            Bluetooth_Channel_t* const Channel);\r
+                                                            Bluetooth_Channel_t* const ACLChannel);\r
                        static void RFCOMM_ProcessMSCCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t CommandDataLen,\r
                        static void RFCOMM_ProcessMSCCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t CommandDataLen,\r
-                                                            const uint8_t* CommandData, Bluetooth_Channel_t* const Channel);\r
+                                                            const uint8_t* CommandData, Bluetooth_Channel_t* const ACLChannel);\r
                        static void RFCOMM_ProcessRPNCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
                        static void RFCOMM_ProcessRPNCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
-                                                            Bluetooth_Channel_t* const Channel);\r
+                                                            Bluetooth_Channel_t* const ACLChannel);\r
                        static void RFCOMM_ProcessRLSCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
                        static void RFCOMM_ProcessRLSCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
-                                                            Bluetooth_Channel_t* const Channel);\r
+                                                            Bluetooth_Channel_t* const ACLChannel);\r
                        static void RFCOMM_ProcessDPNCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
                        static void RFCOMM_ProcessDPNCommand(const RFCOMM_Command_t* const CommandHeader, const uint8_t* CommandData,\r
-                                                            Bluetooth_Channel_t* const Channel);\r
+                                                            Bluetooth_Channel_t* const ACLChannel);\r
                #endif\r
                \r
 #endif\r
                #endif\r
                \r
 #endif\r