\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