summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mgmt: Add support for Mesh in the kernelBrian Gix2022-09-221-35/+157
* mesh: Remove RFU check for publication setIsak Westin2022-09-221-2/+0
* mesh: Do not accept publication for unbound appkeyIsak Westin2022-09-221-1/+2
* mesh: Add interface output filterIsak Westin2022-09-221-0/+28
* mesh: Fix potential memory leakBrian Gix2022-09-221-1/+3
* tools/ioctl-tester - Add ioctl-testerTedd Ho-Jeong An2022-09-213-1/+972
* Profiles: Enable bt_vcp_set_debugSathish Narasimman2022-09-211-0/+7
* shared/vcp: Add bt_vcp_set_debugSathish Narasimman2022-09-212-87/+156
* shared/gatt-db: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-5/+9
* gatt: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-2/+2
* client/gatt: Fix notification enabled/disabled outputLuiz Augusto von Dentz2022-09-211-2/+3
* gatt-db: Check if permissions are set when adding CCCLuiz Augusto von Dentz2022-09-211-1/+1
* gatt: Fix not setting permissions for CCCLuiz Augusto von Dentz2022-09-211-1/+7
* monitor/att: Add decoding support for Volume Control SericeSathish Narasimman2022-09-191-0/+159
* profiles: Add initial code for vcp pluginSathish Narasimman2022-09-193-0/+320
* shared/vcp: Add initial code for handling VCPSathish Narasimman2022-09-193-0/+1159
* shared/gatt-client: Make use of gatt_db_attribute_get_cccLuiz Augusto von Dentz2022-09-161-31/+10
* a2dp: Fix not detecting transport connection collisionLuiz Augusto von Dentz2022-09-161-1/+2
* shared/tester: Remove include to io.hLuiz Augusto von Dentz2022-09-153-1/+3
* shared/bap: Remove include to io.hLuiz Augusto von Dentz2022-09-153-2/+2
* lib/uuid: Add VCS UUIDsSathish Narasimman2022-09-151-0/+7
* rfcomm-tester: Add test to close socket while connectingLuiz Augusto von Dentz2022-09-131-4/+37
* shared/bap: Fix attempting to disable stream when it is idleLuiz Augusto von Dentz2022-09-121-5/+8
* monitor: Add mesh MGMT cmds/events to btmon parserBrian Gix2022-09-081-0/+111
* monitor: Add ADV Monitor events to btmon parserBrian Gix2022-09-081-0/+35
* shared/bap: Fix not unregistering disconnect callbackLuiz Augusto von Dentz2022-09-061-3/+24
* rfcomm-tester: Use latest Bluetooth versionLuiz Augusto von Dentz2022-09-021-1/+1
* mgmt-tester: Adds turning on Mesh Experimental featureBrian Gix2022-09-011-2/+38
* tools: Add mesh-tester to test Kernel mesh supportBrian Gix2022-09-013-1/+1454
* lib: Add mgmt opcodes and events for MeshBrian Gix2022-09-011-0/+47
* adapter: Fix typo in function nameBastien Nocera2022-09-011-2/+2
* adapter-api: Add PowerState property documentationBastien Nocera2022-09-011-0/+15
* client: Print the PowerState propertyBastien Nocera2022-09-011-0/+1
* adapter: Implement PowerState propertyBastien Nocera2022-09-011-11/+128
* adapter: Keep track of whether the adapter is rfkill'edBastien Nocera2022-09-014-25/+91
* media: Fix scan-build warningsLuiz Augusto von Dentz2022-08-311-5/+16
* media: Fix registering PAC endpoints if ISO socket are not supportedLuiz Augusto von Dentz2022-08-301-4/+11
* shared/shell: Fix scan-build errorLuiz Augusto von Dentz2022-08-301-1/+6
* client/player: Fix checkpatch warningLuiz Augusto von Dentz2022-08-301-7/+4
* profiles: Fix function definition styleFrédéric Danis2022-08-301-2/+2
* doc: Add remote endpoint path to SelectPropertiesFrédéric Danis2022-08-301-2/+4
* profiles: Add remote endpoint path to SelectPropertiesFrédéric Danis2022-08-304-6/+30
* client: Add -e/--endpoint option to auto register endpointsLuiz Augusto von Dentz2022-08-292-38/+98
* shell: Set empty argument if optarg is NULLLuiz Augusto von Dentz2022-08-291-1/+1
* tools/btmgmt: add missing return statementChristian Eggers2022-08-291-1/+1
* client/advertising: Fix typos: *_exits --> *_existsChristian Eggers2022-08-291-16/+18
* client: Add missing return statement in error pathChristian Eggers2022-08-291-1/+1
* profiles: Update transport Links property on state change to QoSFrédéric Danis2022-08-291-0/+1
* profiles: Allow linked transport to release the fdFrédéric Danis2022-08-291-0/+43
* client/player: Use QoS interval on transport.sendLuiz Augusto von Dentz2022-08-292-3/+67