From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marcel Holtmann To: BlueZ development In-Reply-To: References: Date: Fri, 09 Jun 2006 09:06:11 +0200 Message-Id: <1149836771.6618.1.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-devel] SSL and L2CAP Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net Hi Ali, > my question is similar to: > http://sourceforge.net/mailarchive/message.php?msg_id=7257931 > > I have an L2CAP application, and I was wandering if I could apply SSL to > L2CAP sockets? > > I am new at SSL, my understand is that it should be working with most of the > socket types. However, my search for information led me to the link above > and there is no answer to it. I never had to deal with SSL progamming in detail. So in general you can do everything over L2CAP. However the L2CAP is a SOCK_SEQPACKET and not a SOCK_STREAM like TCP. If you need a SOCK_STREAM you must use a RFCOMM socket. Regards Marcel _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel