summaryrefslogtreecommitdiff
path: root/emulator/vhci.c
Commit message (Expand)AuthorAgeFilesLines
* vhci: Add support to trigger devcoredump and read the dump fileManish Mandlik2023-03-301-1/+60
* vhci: Add function to interact with force_static_addressLuiz Augusto von Dentz2022-10-101-0/+10
* emulator: Add support for vendor commandsLuiz Augusto von Dentz2022-01-051-0/+5
* emulator: fix potential resource leakTedd Ho-Jeong An2021-11-221-1/+3
* emulator/vhci: Fix writing msft_opcode using binary formatLuiz Augusto von Dentz2021-10-211-1/+10
* vhci: Add functions to interface with debugfsLuiz Augusto von Dentz2021-10-181-0/+66
* vhci: Use io.h instead of mainloop.hLuiz Augusto von Dentz2021-10-181-36/+31
* vhci: Read the controller indexLuiz Augusto von Dentz2021-10-181-31/+44
* vhci: Add vhci_set_debugLuiz Augusto von Dentz2021-02-191-0/+9
* emulator: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* emulator: Fix version number of ISO related featuresLuiz Augusto von Dentz2020-04-231-1/+1
* emulator: Add initial support for BT 5.2Luiz Augusto von Dentz2020-02-031-1/+2
* lib: Define HCI_PRIMARY and use it instead of HCI_BREDRMarcel Holtmann2016-07-041-3/+3
* emulator: Fix missing includesSzymon Janc2015-03-121-0/+1
* emulator: Use local includes for libbluetooth headersMarcel Holtmann2015-02-121-2/+2
* shared: Move mainloop implementation from monitor to sharedJohan Hedberg2015-02-121-1/+1
* emulator/btdev: Add iovec supportLuiz Augusto von Dentz2014-09-181-2/+3
* emulator: Update copyright and license detailsMarcel Holtmann2014-02-121-10/+10
* emulator: Add special Virtual HCI setup commandMarcel Holtmann2013-10-051-1/+20
* emulator: Filter for valid packet types from /dev/vhciMarcel Holtmann2013-09-021-2/+9
* emulator: Fix unique bdaddr creation for multiple vhci_open() callsJohan Hedberg2013-03-071-1/+2
* emulator: Create separate BR/EDR, BR/EDR/LE and LE vhci typesJohan Hedberg2013-01-311-1/+11
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* build: Remove stupid -I directivesMarcel Holtmann2012-11-201-1/+1
* emulator: Create support for enabling AMP controllersMarcel Holtmann2012-10-291-2/+2
* emulator: Allow specifying controller typeMarcel Holtmann2012-10-291-1/+1
* emulator: Add initial version of new emulatorMarcel Holtmann2012-02-271-0/+133