aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/emulator/vhci.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20vhci: Check whether vhci open setup succeededArkadiusz Bokowy1-2/+4
2023-09-19hciemu: Call btdev_receive_h4 unconditionallyArkadiusz Bokowy1-8/+1
2023-08-21vhci: Add function to pause processing input from vhciPauli Virtanen1-0/+9
2023-03-30vhci: Add support to trigger devcoredump and read the dump fileManish Mandlik1-1/+60
2022-10-10vhci: Add function to interact with force_static_addressLuiz Augusto von Dentz1-0/+10
2022-01-05emulator: Add support for vendor commandsLuiz Augusto von Dentz1-0/+5
2021-11-22emulator: fix potential resource leakTedd Ho-Jeong An1-1/+3
2021-10-21emulator/vhci: Fix writing msft_opcode using binary formatLuiz Augusto von Dentz1-1/+10
2021-10-18vhci: Add functions to interface with debugfsLuiz Augusto von Dentz1-0/+66
2021-10-18vhci: Use io.h instead of mainloop.hLuiz Augusto von Dentz1-36/+31
2021-10-18vhci: Read the controller indexLuiz Augusto von Dentz1-31/+44
2021-02-19vhci: Add vhci_set_debugLuiz Augusto von Dentz1-0/+9
2020-09-21emulator: Add SPDX License IdentifierTedd Ho-Jeong An1-14/+1
2020-04-23emulator: Fix version number of ISO related featuresLuiz Augusto von Dentz1-1/+1
2020-02-03emulator: Add initial support for BT 5.2Luiz Augusto von Dentz1-1/+2
2016-07-04lib: Define HCI_PRIMARY and use it instead of HCI_BREDRMarcel Holtmann1-3/+3
2015-03-12emulator: Fix missing includesSzymon Janc1-0/+1
2015-02-12emulator: Use local includes for libbluetooth headersMarcel Holtmann1-2/+2
2015-02-12shared: Move mainloop implementation from monitor to sharedJohan Hedberg1-1/+1
2014-09-18emulator/btdev: Add iovec supportLuiz Augusto von Dentz1-2/+3
2014-02-12emulator: Update copyright and license detailsMarcel Holtmann1-10/+10
2013-10-05emulator: Add special Virtual HCI setup commandMarcel Holtmann1-1/+20
2013-09-02emulator: Filter for valid packet types from /dev/vhciMarcel Holtmann1-2/+9
2013-03-07emulator: Fix unique bdaddr creation for multiple vhci_open() callsJohan Hedberg1-1/+2
2013-01-31emulator: Create separate BR/EDR, BR/EDR/LE and LE vhci typesJohan Hedberg1-1/+11
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-11-20build: Remove stupid -I directivesMarcel Holtmann1-1/+1
2012-10-29emulator: Create support for enabling AMP controllersMarcel Holtmann1-2/+2
2012-10-29emulator: Allow specifying controller typeMarcel Holtmann1-1/+1
2012-02-27emulator: Add initial version of new emulatorMarcel Holtmann1-0/+133