#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
#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
- 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
- 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
- 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
- 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
- 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
- Bluetooth_Channel_t* const Channel);\r
+ Bluetooth_Channel_t* const ACLChannel);\r
#endif\r
\r
#endif\r