summaryrefslogtreecommitdiff
path: root/usr.bin/rfcomm_sppd/rfcomm_sppd.c
AgeCommit message (Expand)Author
2013-12-09Fix typo ("then" instead of "than")wiz
2011-07-18- use poll() instead of select()christos
2011-07-18only modify the termios structure when tty_in is verifiably a terminalplunky
2010-11-03In server mode, relax the requirement to specify a channel number. Ifplunky
2009-09-24Add a new feature, allow to specify an alternative PSM value for theplunky
2009-05-21use system provided MAX(a, b) macro instead of defining our ownplunky
2009-05-12update rfcomm_sppd to use the new Service Discovery APIplunky
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-04-21Fix 64bit build, strlen() doesn't return int.dsl
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-03-31fix warnings produced by -Wextraplunky
2007-03-08cut and paste error meant you could only use "-s <num>" as the lastplunky
2007-03-08only turn off input processing if it is onplunky
2007-03-01rework the -c and -s options to make them a bit more consistent.plunky
2007-01-31This comprises a rewrite, whichplunky
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore