summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* client/player: Add codec as parameter to endpoint.presetsLuiz Augusto von Dentz2023-05-121-61/+171
* client/player: Fix not checking for SupportedUUIDsLuiz Augusto von Dentz2023-05-121-24/+42
* client/player: Add support to Max Transports in endpoint.registerLuiz Augusto von Dentz2023-05-121-2/+59
* client/player: Fix crashes accessing metadataLuiz Augusto von Dentz2023-05-121-2/+3
* client/player: Fix crash when RegisterEndpoint failsLuiz Augusto von Dentz2023-05-011-2/+4
* client/player: Add support for Metadata in BAP ProfileAbhay Maheta2023-04-281-2/+85
* client/advertising: Add support for advertise.rsi commandLuiz Augusto von Dentz2023-04-053-2/+46
* Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-03-311-3/+4
* client: Add samples init scriptsLuiz Augusto von Dentz2023-03-2411-0/+53
* client: Use AdvertisingFlags when availableLuiz Augusto von Dentz2023-03-101-24/+55
* client: Add support for DeviceSet proxyLuiz Augusto von Dentz2023-03-101-10/+103
* client/player: Update High Reliability presetsLuiz Augusto von Dentz2023-03-101-8/+32
* client: Allow transport.send command to work with multiple transportsLuiz Augusto von Dentz2023-03-021-33/+40
* media: Rework support of Vendor to use uint32_t as typeLuiz Augusto von Dentz2023-01-311-7/+17
* client/player: Add support for Company ID, Vendor IDAbhay Maheta2023-01-311-7/+54
* client/player: Fix transport.send/receice tab completionLuiz Augusto von Dentz2022-12-151-2/+4
* client/player: Print transport progressLuiz Augusto von Dentz2022-12-151-2/+14
* client/player: Use bt_shell_echo to print transfer progressLuiz Augusto von Dentz2022-12-151-8/+4
* client/player: Make transport.send non-blockingLuiz Augusto von Dentz2022-12-141-61/+132
* client/player: Fix not calculating time to waitLuiz Augusto von Dentz2022-12-091-0/+4
* client: Allow gatt.select-attribute to work with local attributesLuiz Augusto von Dentz2022-12-063-65/+285
* client: Move common print_* functions to its own fileLuiz Augusto von Dentz2022-12-024-247/+210
* client/player: Add support for custom presetLuiz Augusto von Dentz2022-12-021-48/+366
* client/player: Fix scan-build warningLuiz Augusto von Dentz2022-11-211-0/+3
* client: Fix advertise.data commandLuiz Augusto von Dentz2022-10-201-1/+1
* client/player: Fix attempting to acquire already acquired transportLuiz Augusto von Dentz2022-09-291-5/+65
* client/player: fix printf format stringChristian Eggers2022-09-261-2/+2
* client/gatt: Fix scan-build warningLuiz Augusto von Dentz2022-09-231-1/+2
* client/gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-7/+10
* client/gatt: Fix notification enabled/disabled outputLuiz Augusto von Dentz2022-09-211-2/+3
* client: Print the PowerState propertyBastien Nocera2022-09-011-0/+1
* client/player: Fix checkpatch warningLuiz Augusto von Dentz2022-08-301-7/+4
* client: Add -e/--endpoint option to auto register endpointsLuiz Augusto von Dentz2022-08-292-38/+98
* client/advertising: Fix typos: *_exits --> *_existsChristian Eggers2022-08-291-16/+18
* client: Add missing return statement in error pathChristian Eggers2022-08-291-1/+1
* client/player: Use QoS interval on transport.sendLuiz Augusto von Dentz2022-08-291-2/+67
* client/player: Add support for PACS endpointsLuiz Augusto von Dentz2022-08-291-88/+531
* client: Move admin submenuLuiz Augusto von Dentz2022-08-153-91/+96
* client: Fix build warningLuiz Augusto von Dentz2022-07-051-1/+1
* client/advertising: Fixes errors found by scan-buildLuiz Augusto von Dentz2022-06-221-4/+2
* client/player: Fixes errors found by scan-buildLuiz Augusto von Dentz2022-06-221-1/+7
* client/player: Enable acquiring multiple transportsLuiz Augusto von Dentz2022-06-221-70/+144
* client/gatt: Fix memory leak issuesGopal Tiwari2022-05-311-3/+9
* client: Fix setting of advertisement intervalInga Stotland2022-05-231-1/+1
* client: Add filter to devices and show Bonded in infoZhengping Jiang2022-05-041-25/+47
* client/player: Add transport.receive commandLuiz Augusto von Dentz2022-04-261-4/+53
* client/player: Add transport.volume commandLuiz Augusto von Dentz2022-04-221-2/+52
* client/player: Fix use of unsupported config_qosLuiz Augusto von Dentz2022-04-181-113/+1
* client/player: Add transport menuLuiz Augusto von Dentz2022-04-141-1/+384
* client/player: Add endpoint menuLuiz Augusto von Dentz2022-04-141-5/+1183