summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* client/player: Fix not calculating time to waitLuiz Augusto von Dentz2022-12-091-0/+4
* shared/bap: Make bt_bap_pac_register to be per sessionLuiz Augusto von Dentz2022-12-093-38/+45
* shared/gatt-db: Allow passing NULL to gatt_db_attribute_writeLuiz Augusto von Dentz2022-12-091-2/+3
* shared/bap: Read PAC Sink/Source if respective location is foundLuiz Augusto von Dentz2022-12-091-44/+64
* shared/bap: Log error message if request cannot be sentLuiz Augusto von Dentz2022-12-091-31/+40
* shared/att: Fix not requeueing in the same channelLuiz Augusto von Dentz2022-12-091-2/+2
* iso-tester: Add test when peer rejects CISLuiz Augusto von Dentz2022-12-071-6/+31
* bthost: Add callback to accept ISO connectionsLuiz Augusto von Dentz2022-12-063-6/+22
* client: Allow gatt.select-attribute to work with local attributesLuiz Augusto von Dentz2022-12-063-65/+285
* monitor/att: Fix crash when accessing packet_connLuiz Augusto von Dentz2022-12-021-1/+8
* bluetooth.ver: Export sanitizer symbolsAllen Webb2022-12-021-0/+8
* client: Move common print_* functions to its own fileLuiz Augusto von Dentz2022-12-025-248/+213
* bap: Fix not waiting Endpoint.SelectPropertiesLuiz Augusto von Dentz2022-12-022-31/+54
* shared/bap: Merge PAC records of the same type/codecLuiz Augusto von Dentz2022-12-021-3/+62
* media: Fix crash when transport configuration changesLuiz Augusto von Dentz2022-12-021-3/+3
* bap: Fix not able to reconfigureLuiz Augusto von Dentz2022-12-021-0/+2
* client/player: Add support for custom presetLuiz Augusto von Dentz2022-12-021-48/+366
* shared/bap: Fix initiating QoS and Enable procedures as serverLuiz Augusto von Dentz2022-12-021-12/+8
* shared/bap: Fix not reading all instances of PAC Sinks/SourcesLuiz Augusto von Dentz2022-12-021-4/+8
* shared/gatt-client: Fix not checking valid rangesLuiz Augusto von Dentz2022-12-021-7/+23
* monitor: Decode vendor codecs of BT_HCI_CMD_READ_LOCAL_CODECS_V2Luiz Augusto von Dentz2022-12-022-0/+31
* main.conf: Add SecureConnections optionSimon Mikuda2022-11-214-1/+35
* client/player: Fix scan-build warningLuiz Augusto von Dentz2022-11-211-0/+3
* tools: Use portable 64 bit data formatsBrian Gix2022-11-171-2/+3
* hostname: Fallback to transient hostnameBastien Nocera2022-11-161-2/+55
* hostname: Add '' around printed stringsBastien Nocera2022-11-161-3/+3
* unit: Introduce test-bapLuiz Augusto von Dentz2022-11-152-0/+574
* shared/bap: Fix crash when canceling requestsLuiz Augusto von Dentz2022-11-151-1/+10
* shared/tester: Add tester_io_set_complete_funcLuiz Augusto von Dentz2022-11-152-0/+17
* shared/bap: Make use of util_iov helpersLuiz Augusto von Dentz2022-11-151-132/+51
* shared/util: Add iovec helpersLuiz Augusto von Dentz2022-11-152-0/+113
* monitor/att: Fix not dequeing att_read on error responseLuiz Augusto von Dentz2022-11-151-51/+58
* Release 5.665.66Marcel Holtmann2022-11-102-1/+9
* build: Update library versionMarcel Holtmann2022-11-101-1/+1
* monitor: Add some definitions from Bluetooth 5.3 Core specificationMarcel Holtmann2022-11-071-0/+13
* monitor/att: Add support for decoding Characteristic DeclarationLuiz Augusto von Dentz2022-11-041-0/+41
* monitor/att: Add handler support for Read by TypeLuiz Augusto von Dentz2022-11-042-61/+152
* tools: Switch hciattach_qualcomm to FAILIF macro completelyMarek Vasut2022-11-011-16/+8
* tools: Make hciattach_* firmware path build-time configurableMarek Vasut2022-11-014-6/+8
* tools/test-runner: Remove bluetooth.enable_ecredLuiz Augusto von Dentz2022-10-281-1/+0
* doc/ci.config: Add configuration for CI testTedd Ho-Jeong An2022-10-251-0/+122
* monitor: Ellisys: Add iso packet supportYao Xiao2022-10-241-0/+6
* client: Fix advertise.data commandLuiz Augusto von Dentz2022-10-201-1/+1
* shared/util: Increase debug trace buffer sizeFrédéric Danis2022-10-191-1/+1
* monitor/att: Revert treating Notification/Indication as a requestLuiz Augusto von Dentz2022-10-181-1/+1
* monitor/att: Detect cache changesLuiz Augusto von Dentz2022-10-181-12/+29
* settings: Fix scan-build warningLuiz Augusto von Dentz2022-10-181-0/+1
* monitor/att: Add decoding support for GMCSAbhay Maheta2022-10-181-0/+513
* profiles: Add initial code for mcp pluginAbhay Maheta2022-10-183-0/+439
* shared/mcp: Add initial code for handling MCPAbhay Maheta2022-10-184-0/+1546