- static void RFCOMM_SendFrame(const uint8_t Address, const uint8_t Type, const uint16_t DataLen,
- const uint8_t* Data, Bluetooth_Channel_t* const Channel);
+ static void RFCOMM_SendFrame(const uint8_t DLCI, const bool CommandResponse, const uint8_t Control,
+ const uint16_t DataLen, const uint8_t* Data, Bluetooth_Channel_t* const Channel);