summaryrefslogtreecommitdiff
path: root/test/hciemu.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05hciemu: Fix build errors due to unaligned memory accessSzymon Janc1-2/+4
2012-05-17hciemu: Fix gcc 4.7 compilation errorJohan Hedberg1-1/+2
2012-02-27hciemu: Fix wrong error code in host controlMarcel Holtmann1-1/+1
2012-02-22hciemu: Reset all settings on resetMarcel Holtmann1-30/+36
2012-02-21hciemu: Add clean handling for page scan and inquiry scan enableMarcel Holtmann1-2/+16
2012-02-21hciemu: Add support for LE buffer size commandMarcel Holtmann1-0/+9
2012-02-21hciemu: Handle unknown HCI commands properlyMarcel Holtmann1-16/+24
2012-02-21hciemu: Add support for handling host supported featuresMarcel Holtmann1-1/+8
2012-02-21hciemu: Add support for setting LE host modeMarcel Holtmann1-0/+21
2012-02-21hciemu: Add support for setting simple pairing modeMarcel Holtmann1-1/+19
2012-02-21hciemu: Create a Bluetooth SIG 4.0 controllerMarcel Holtmann1-3/+3
2011-12-30hciemu: Fix strict-aliasing rules handlingAnderson Lizardo1-2/+2
2011-12-08hciemu: Process Read Local AMP InfoAndrei Emeltchenko1-0/+35
2011-12-02hciemu: Fix build errorAnderson Lizardo1-0/+1
2011-11-30hciemu: Just use local port numbers onlyMarcel Holtmann1-16/+6
2011-11-30hciemu: Use epoll() instead of GLib mainloopMarcel Holtmann1-118/+109
2011-11-30hciemu: Remove support for running a proxyMarcel Holtmann1-174/+19
2011-05-15Fix unused variable warnings reported by GCC 4.6Johan Hedberg1-5/+8
2011-04-27Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira1-3/+3
2011-03-15Add more functions for new UUID handlingElvis Pfützenreuter1-16/+0
2011-03-04Fix small memleak in hciemuSzymon Janc1-1/+1
2011-02-18Replace batostr() with ba2str() to avoid memleaksDavid Herrmann1-1/+4
2011-01-19Fix use of deprecated glib on testsLuiz Augusto von Dentz1-6/+9
2010-05-07Remove extra spaces in test dirJose Antonio Santos Cadenas1-3/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-07-21Fix possible array out of bounds.Luiz Augusto von Dentz1-1/+1
2009-07-16Fix strict-aliasing rules handling for hciemu and IP addressesMarcel Holtmann1-2/+2
2009-07-06test/hciemu.c: verbose usage messageFilippo Giunchedi1-1/+7
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg1-1/+2
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23Remove unneeded inline statementsMarcel Holtmann1-4/+4
2008-02-02Update copyright informationMarcel Holtmann1-1/+1
2007-01-20Make it possible to support an embedded GLibMarcel Holtmann1-5/+5
2007-01-13Update copyright informationMarcel Holtmann1-1/+1
2006-08-26Fix hciemu GIOChannel usageJohan Hedberg1-1/+5
2006-08-10Change default poll() timeoutMarcel Holtmann1-1/+1
2006-07-26Fix declared with attribute warn_unused_result errorsMarcel Holtmann1-23/+14
2006-04-28Cleanup main function declarationsMarcel Holtmann1-1/+1
2006-01-03Update copyright informationMarcel Holtmann1-1/+1
2005-12-03Add HCI emulation toolMarcel Holtmann1-0/+1351