Rename Bluetooth stack function parameters to clearly indicate what sort of Bluetooth...
[pub/lufa.git] / Demos / Host / Incomplete / BluetoothHost / Lib / RFCOMMControl.h
index a5e3fbe..9b02f7b 100644 (file)
 \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