\r
/* Store the remote MTU option's value if present */\r
if (OptionHeader->Type == BT_CONFIG_OPTION_MTU)\r
ChannelData->RemoteMTU = *((uint16_t*)OptionData);\r
\r
/* Progress to the next option in the packet */\r
\r
/* Store the remote MTU option's value if present */\r
if (OptionHeader->Type == BT_CONFIG_OPTION_MTU)\r
ChannelData->RemoteMTU = *((uint16_t*)OptionData);\r
\r
/* Progress to the next option in the packet */\r