summaryrefslogtreecommitdiff
path: root/emulator
Commit message (Expand)AuthorAgeFilesLines
* btdev: Check advertising/scanning states when changing Resolving ListLuiz Augusto von Dentz2021-06-091-0/+40
* btdev: Check advertising/scanning states when changing White ListLuiz Augusto von Dentz2021-06-091-0/+68
* btdev: Remove debugsLuiz Augusto von Dentz2021-06-041-9/+0
* btdev: Fix handling of white/resolving listLuiz Augusto von Dentz2021-06-041-55/+103
* btdev: Fix crash when generating disconnected event for BISLuiz Augusto von Dentz2021-06-031-2/+4
* emulator/btdev: Enable LE Privacy featureTedd Ho-Jeong An2021-06-011-0/+1
* btdev: Add resolving list supportLuiz Augusto von Dentz2021-05-171-1/+210
* btdev: Add support for Add/Remove White ListLuiz Augusto von Dentz2021-05-171-4/+100
* btdev: Fix crashing if ISO link is in fact a BISLuiz Augusto von Dentz2021-05-131-1/+2
* btdev: Mark LE Periodic Advertising bit as supportedLuiz Augusto von Dentz2021-05-101-0/+1
* emulator/btdev: Add missing commandsTedd Ho-Jeong An2021-04-261-0/+37
* btdev: Fix invalid BIG Complete eventLuiz Augusto von Dentz2021-04-081-5/+23
* emulator: Add Create BIG command in emulatorKeyur Parekh2021-04-061-3/+30
* btdev: Set CIG ID and CIS ID when generating CIS requestedLuiz Augusto von Dentz2021-03-261-2/+2
* btdev: Always set connection handle on CIS establishedLuiz Augusto von Dentz2021-03-261-1/+1
* emulator: Periodic Advertising CommandKeyur Parekh2021-03-151-6/+44
* btdev: Add support for Configure Data PathLuiz Augusto von Dentz2021-03-021-1/+18
* btdev: Add support Read Local Supported Controller DelayLuiz Augusto von Dentz2021-03-021-1/+20
* monitor: Add support for decoding Read Local Controller DelayLuiz Augusto von Dentz2021-03-021-1/+1
* btdev: Add support Read Local Supported Codec CapabilitiesLuiz Augusto von Dentz2021-03-021-1/+19
* btdev: Add support Read Local Supported Codecs V2Luiz Augusto von Dentz2021-03-021-1/+34
* btdev: Fix not sending ISO packetsLuiz Augusto von Dentz2021-02-191-14/+20
* emulator: Add option for enabling debug with btvirtLuiz Augusto von Dentz2021-02-191-1/+19
* vhci: Add vhci_set_debugLuiz Augusto von Dentz2021-02-192-0/+14
* btdev: Fix auto-disable Extended Adv SetLuiz Augusto von Dentz2021-01-221-2/+4
* btdev: Fix using CIG settings from the peripheral not the centralLuiz Augusto von Dentz2021-01-191-13/+15
* emulator: Fix sending CIS Requested to Create CIS deviceLuiz Augusto von Dentz2021-01-141-1/+1
* emulator/btdev: Add support LE_READ_TX_POWER commandTedd Ho-Jeong An2020-12-231-1/+19
* bthost: Add support for address types other then publicLuiz Augusto von Dentz2020-12-173-9/+29
* hciemu: Add support for multiple clientsLuiz Augusto von Dentz2020-12-172-77/+163
* btdev: Add support for multiple connectionsLuiz Augusto von Dentz2020-12-171-321/+609
* bthost: Always use conn->prnd for Pairing RandomLuiz Augusto von Dentz2020-12-171-5/+4
* bthost: Use bt_crypto_random_bytes to generate a Pairing RandomLuiz Augusto von Dentz2020-12-161-0/+2
* btdev: Fix not responding with the same CIG IDLuiz Augusto von Dentz2020-12-151-1/+2
* btdev: Fix not handling BT_HCI_CMD_HOST_NUM_COMPLETED_PACKETSLuiz Augusto von Dentz2020-12-071-0/+11
* emulator: Fix the unchecked return valueTedd Ho-Jeong An2020-11-242-3/+13
* btdev: Fix not emitting Ext Connection Complete properlyLuiz Augusto von Dentz2020-11-171-1/+2
* bthost: Fix sending uninitilized dataLuiz Augusto von Dentz2020-11-131-0/+1
* hciemu: Fix crash when test is aborted during pre setupLuiz Augusto von Dentz2020-11-131-1/+7
* bthost: Fix running request callbacks for remote requestsLuiz Augusto von Dentz2020-11-131-2/+30
* btdev: Rework command handlingLuiz Augusto von Dentz2020-11-131-2854/+3537
* emulator: Return error for ext adv feature not supportedLuiz Augusto von Dentz2020-11-041-2/+13
* emulator/bthost: Add support for LE CIS RequestLuiz Augusto von Dentz2020-11-021-0/+18
* emulator: Fix not gerating proper advertisementLuiz Augusto von Dentz2020-11-021-0/+25
* emulator/hciemu: Add debug supportLuiz Augusto von Dentz2020-11-022-0/+53
* emulator/bthost: Add debug supportLuiz Augusto von Dentz2020-11-022-10/+68
* emulator/btdev: Add debug supportLuiz Augusto von Dentz2020-11-022-47/+57
* emulator: Fix not setting CIG ID properlyLuiz Augusto von Dentz2020-10-261-1/+1
* emulator: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2122-308/+22
* emulator: Implement LE Remove CIGLuiz Augusto von Dentz2020-09-111-0/+10