{\r
bool IsConnected;\r
uint16_t ConnectionHandle;\r
- uint8_t DeviceAddress[6];\r
+ uint8_t RemoteAddress[6];\r
Bluetooth_Channel_t Channels[BLUETOOTH_MAX_OPEN_CHANNELS];\r
} Bluetooth_Connection_t;\r
\r
Bluetooth_Channel_t* Bluetooth_GetChannelData(uint16_t ChannelNumber, bool SearchBySource);\r
Bluetooth_Channel_t* Bluetooth_InitChannelData(uint16_t RemoteChannelNumber, uint16_t PSM);\r
\r
+ void Bluetooth_State_Init(void);\r
void Bluetooth_Stack_Task(void);\r
\r
/* External Variables: */\r