summaryrefslogtreecommitdiff
path: root/emulator
Commit message (Expand)AuthorAgeFilesLines
* emulator: Inclusive language changesArchie Pusaka2021-09-215-138/+139
* monitor: Inclusive language changesArchie Pusaka2021-09-213-49/+49
* btdev: Fix removing advertising set if it was terminatedLuiz Augusto von Dentz2021-08-191-1/+1
* btdev: Fix order of BT_HCI_EVT_LE_ADV_SET_TERMLuiz Augusto von Dentz2021-08-191-6/+8
* btdev: Fix sending terminate advertising event to the wrong deviceLuiz Augusto von Dentz2021-08-191-1/+1
* emulator: Add support enhanced SCO connectionKiran K2021-08-171-1/+57
* bthost: Fix not initializing address types properlyLuiz Augusto von Dentz2021-08-131-6/+12
* bthost: Add bthost_debug and use it on smp.cLuiz Augusto von Dentz2021-08-124-30/+46
* btdev: Add proper handling for own_address_type 0x03Luiz Augusto von Dentz2021-08-061-8/+78
* btdev: Fix not checking conditions for LE Set Random AddressLuiz Augusto von Dentz2021-07-191-0/+13
* btdev: Add proper checks for own_addr_type for LE scan/advLuiz Augusto von Dentz2021-07-191-22/+79
* emulator/btdev: Add support HCI_READ_CLOCK commandTedd Ho-Jeong An2021-07-161-0/+18
* btdev: Add proper checks for own_addr_type for extended advertisingLuiz Augusto von Dentz2021-07-141-0/+44
* emulator/btdev: clean up the queue before closing the testTedd Ho-Jeong An2021-07-011-1/+4
* emulator/bthost: Create ext adv params before setting adv dataTedd Ho-Jeong An2021-06-232-6/+21
* emulator/btdev: Add support HCI LE Adv Set Terminated eventLuiz Augusto von Dentz2021-06-231-3/+61
* emulator/btdev: Add support multiple instance of extended advertisingTedd Ho-Jeong An2021-06-231-96/+323
* 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