Hi Brian, On Wed, Jan 19, 2011, Brian Gix wrote: > + if (io == le_io) > + channel->mtu = ATT_DEFAULT_LE_MTU; > + else > + channel->mtu = ATT_DEFAULT_L2CAP_MTU; > + I don't think that will work. le_io is the server socket and io is the new client socket. So they will never be one and the same. Did you actually test this code? Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html