summaryrefslogtreecommitdiff
path: root/emulator/btdev.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* btdev: Add support for multiple connectionsLuiz Augusto von Dentz2020-12-171-321/+609
* 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
* btdev: Fix not emitting Ext Connection Complete properlyLuiz Augusto von Dentz2020-11-171-1/+2
* 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: Fix not gerating proper advertisementLuiz Augusto von Dentz2020-11-021-0/+25
* emulator/btdev: Add debug supportLuiz Augusto von Dentz2020-11-021-47/+52
* emulator: Fix not setting CIG ID properlyLuiz Augusto von Dentz2020-10-261-1/+1
* emulator: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* emulator: Implement LE Remove CIGLuiz Augusto von Dentz2020-09-111-0/+10
* emulator: Use master settings for CIS paramsLuiz Augusto von Dentz2020-05-261-2/+5
* emulator: Don't require ACL connection for Setup ISO Data PathLuiz Augusto von Dentz2020-05-211-1/+1
* emulator: Fix not reporting LE Set Default PHY as supportedLuiz Augusto von Dentz2020-05-181-0/+1
* emulator: Fix response to LE Setup ISO Data PathLuiz Augusto von Dentz2020-05-131-6/+9
* emulator: Add support for LE Remove ISO Data PathLuiz Augusto von Dentz2020-04-231-0/+25
* emulator: Add support for LE Setup ISO Data PathLuiz Augusto von Dentz2020-04-231-0/+45
* emulator: Add support for LE Set Host FeatureLuiz Augusto von Dentz2020-04-231-0/+10
* emulator: Fix version number of ISO related featuresLuiz Augusto von Dentz2020-04-231-33/+33
* emulator: Add initial support for BT 5.2Luiz Augusto von Dentz2020-02-031-42/+251
* emulator: Fix condition check in btdev_create()Inga Stotland2019-07-121-1/+1
* emulator: Fix handling of Set Event Mask Page 2 CommandSzymon Janc2019-03-281-2/+2
* emulator: Add BREDR 2M & 3M, 3 & 5 Slot packet type supportJaganath Kanakkassery2018-07-301-0/+10
* emulator: Fix unsupported command for WRITE_LE_HOST_SUPPORTEDJaganath Kanakkassery2018-07-261-0/+1
* emulator: Add 5.0 feature supportJaganath Kanakkassery2018-06-181-10/+447