Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

BlueZ

The Linux Bluetooth Stack is a software layer that provides support for Bluetooth technology on Linux systems. BlueZ is the default Bluetooth protocol stack for Linux and is responsible for managing the Bluetooth protocols and providing a high-level API.
Collective - Host: opensource - https://opencollective.com/bluez - Website: http://www.bluez.org/ - Code: https://github.com/bluez/

audio/transport: Refactor transport operations

This creates a struct to hold the profile specific operations to avoid
having to check UUID, etc...

github.com/bluez/bluez - e4764af7622825a9d7dfd4ecc2066733b03f5dbf authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
audio: transport: Fix crash on A2DP suspend

Commit 052534ae07b8 ("transport: Update transport release flow for
bcast src") introduced a cras...

github.com/bluez/bluez - 36f057d7f66c62fd01e0cf27cfe816bfd5be5d21 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
monitor: add Qualcomm and Mediatek MSFT opcodes

Qualcomm and Mediatek has 0xfd70 and 0xfd30 for their MSFT opcodes,
respectively.

Signed-off-by...

github.com/bluez/bluez - d206ab94a79e0c6c96265fca1155caea18405a73 authored about 1 year ago by Archie Pusaka <[email protected]>
mgmt: Fix crash after pair command

After pair command, if the user doesn't provide any input on bluetoothctl
CLI interface after re...

github.com/bluez/bluez - 60d60166e4bfae8555fb671e5a99952586cc6b56 authored about 1 year ago by Vinit Mehta <[email protected]>
adapter: Fix link key address type for old kernels

On old kernels only BDADDR_BREDR is supported so this attempts to detect
that and retry.

Fixes:...

github.com/bluez/bluez - 7ad5669402c9acff8e4cc808edc12a41df36654e authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
client: Add initial manpage of bluetoothctl

This page was accidently not added in the recent documentation update.

github.com/bluez/bluez - c623de844c88a4058df2e027346f82ff38dca0fc authored about 1 year ago by Paul Otto <[email protected]>
unit/test-vcp.c: Add AICS unit tests

This implements the following test:

Test Summary
------------
AICS/SR/SGGIT/CHA/BV-01-C ...

github.com/bluez/bluez - eb07ec1f6ffb57f41edbedaeb0da9eb1bd11be28 authored about 1 year ago by Mahesh Talewad <[email protected]>
shared/vcp: Implement AICS service

This implements AICS service as referred in AICS_v1.0.pdf.

github.com/bluez/bluez - 172948d0d6f6330baedec6276c32b07b2b8b69da authored about 1 year ago by Mahesh Talewad <[email protected]>
uuid: Add AICS UUIDs

This adds AISCS related UUIDs.

github.com/bluez/bluez - c89ebba80f27e412d5222737c32b2ed81a6fc80c authored about 1 year ago by Mahesh Talewad <[email protected]>
shared/bap: Make bt_bap_select match the channel map

bt_bap_pac may actually map to multiple PAC records and each may have a
different channel count ...

github.com/bluez/bluez - e7e8b2a3d7ca3d8a3a4940b6e14646b2ad3a98bf authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
client/player: Use ChannelAllocation given on SelectProperties

This makes use of ChannelAllocation when present on SelectProperties
dictionary which is then pa...

github.com/bluez/bluez - e01208dac67f5204794ad8a93470b20536949320 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
bap: Allow setup of multiple stream per endpoint

Remote endpoints actually represents PAC records of the same codec and
their capabilities are me...

github.com/bluez/bluez - 511d58b06c63c54bccab19b674b473356e755a1e authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
org.bluez.MediaEndpoint: Add ChannelAllocation to SelectProperties

This adds ChannelAllocation to SelectProperties which when set can be
used by Endpoint implement...

github.com/bluez/bluez - 07efa6d35b261d7d0bde1ef6d19c841afa620946 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bap: Make bt_bap_select select a location

This makes bt_bap_select select a location based on the PAC channel
count and PACS locations, th...

github.com/bluez/bluez - 4bed5da57861f831a40452f1035fa6a3c8012ba8 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bap: Fix stream IO linking

IO linking shall only be possible once, for the oposite direction as ISO
channels are bidirectio...

github.com/bluez/bluez - 4b5b4f0767c69718292fc826ec87e1fcbb232f84 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
Release 5.71

github.com/bluez/bluez - 04ecf635ffaa2f7f8bca89cec3a0fbdbeb016dc9 authored about 1 year ago by Marcel Holtmann <[email protected]>
build: Update library version

github.com/bluez/bluez - cd00105c5b7383bffd0198059e7b1fee1e2b6c99 authored about 1 year ago by Marcel Holtmann <[email protected]>
bap: Don't attempt to release if old state was releasing

If the old state was releasing there is no reason to call
bt_bap_stream_release yet again when I...

github.com/bluez/bluez - 093d00b47ee4e3544aa80de33e869a8617c4af32 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
device: Notify when the bdaddr_type changes

This ensures the AddressType reflects the bdaddr_type stored.

github.com/bluez/bluez - ba9fda12d26bf4200339da94bc198c6641f98668 authored about 1 year ago by Xiao Yao <[email protected]>
adapter: Fix addr_type for smp_irk/ltk_info/link_key

According to BLUETOOTH CORE SPECIFICATION Version 5.4 | Vol 3,
Part H, 2.4.24/2.4.25, The LE LTK...

github.com/bluez/bluez - d5536e0cd431e22be9a1132be6d4af2445590633 authored about 1 year ago by Xiao Yao <[email protected]>
tools: avtest: Add reject-code option

Some PTS tests like A2DP/SNK/AVP/BI-03-C, A2DP/SNK/AVP/BI-08-C , …
request some specific rejecti...

github.com/bluez/bluez - fb681e795027edb3e995e2c75657ebab0360a299 authored about 1 year ago by Frédéric Danis <[email protected]>
shared/bap: Update Available context for source

Available Context of sink was getting updated instead of source.

github.com/bluez/bluez - 87477b7ffefcf3c64c821d9f700664d89aa2c5f7 authored about 1 year ago by Kiran K <[email protected]>
shared/vcp: Fix notification endianness

4db4d5fa1c4f ("shared/vcp: Fix endianness errors") does attempt to fix
the endianness of stored ...

github.com/bluez/bluez - 95838efc07d34c6ac121c65daa3316bf50f0374f authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
client/player: Fix not prompting all parameter on endpoint.register

When Auto Accept is not enable not all parameters are requested.

github.com/bluez/bluez - 477c41c683ead6be0aa26975a446be8ce4c8b6f3 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
Pattern match on service- and manufacturer data

When advertisement monitoring, manufacturer data and service data was
not being matched against....

github.com/bluez/bluez - b0656c2cf14da4b43ee7a446bfa9c5f1d3c044b0 authored about 1 year ago by Sebastian Forslund <[email protected]>
test-vcp: Fix CCC value endianness

CCC value is 2 octects long so it needs to be converted using
cpu_to_le16 in order to not fail i...

github.com/bluez/bluez - 71188eb0e752d26fe372fd06c20698aea89e3446 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bass: Functions cleanup

This adds some cleanup in shared/bass code: use util_iov
APIs to extract/push bytes, use new0 to...

github.com/bluez/bluez - 8980f4f1f730119749138c62f7e9f95a259c87d6 authored about 1 year ago by Iulia Tanasescu <[email protected]>
adapter: Enable SSP after enabling BREDR

When enabling Secure Simple Pairing, the kernel first checks if
BREDR is enabled. If it's not, e...

github.com/bluez/bluez - 227e16f5c9874f27187a35a4d6408b2e811a7fd2 authored about 1 year ago by Per Waagø <[email protected]>
test-bap: Add SCC Update Metadata tests

4.8.8 Unicast Client Initiates Update Metadata Operation (Page 53):

Test Purpose:
Verify th...

github.com/bluez/bluez - 9b322d3a52a14b62547990c97bcf115a4f37ac4b authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
test-bap: Add SCC Release tests

4.8.7 Unicast Client Initiates Release Operation (Page 51):

Test Purpose:
Verify that a Uni...

github.com/bluez/bluez - 5d2277071237e90ae407e3a31344870d91cb673d authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bap: Fix possible crash when freeing requests

Requests maybe queued using a stream so when detaching it needs to be
canceled otherwise they ca...

github.com/bluez/bluez - f10faf387d7ff5ef08a403dec895760996cb55ef authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
test-bap: Add SCC Disable tests

4.8.6 Unicast Client Initiates Disable Operation (Page 50):

Test Purpose:
Verify that a Uni...

github.com/bluez/bluez - 58805e4f28a3d1a401edae308a74dde66c77f27c authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
test-bap: Add SCC Enable tests

4.8.5 Unicast Client Initiates Enable Operation (Page 48)

Test Purpose:
Verify that a Unica...

github.com/bluez/bluez - 6f957d3b6c438debefb1536a1ebb46214b592c57 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
test-bap: Add SCC Config QoS, VS tests

4.8.4 Unicast Client Initiates Config QoS – Vendor-Specific (Page 46)

Test Purpose:
Verify ...

github.com/bluez/bluez - f93fec890447401aa60403126e217b7154624405 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
test-bap: Introduce QoS tests for LC3

4.8.3 Unicast Client Initiates Config QoS – LC3
(Page 43)

Test Purpose:
Verify that a Unica...

github.com/bluez/bluez - 9c3824db2aa5043ff857b9f3caa5f8fbc4ef08cc authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/lc3: Add QoS definitions

This adds the QoS preset definitions as per BAP specification.

github.com/bluez/bluez - e3d9aad7d6e6ef07384b92b5632e9bab9f6f61bd authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/vcp: Fix comparison of values in different endianness

Values received over the air are in Little Endian format so they first
need to be converted to h...

github.com/bluez/bluez - eae77d7e49cec29ab06e1c132d9750cdef3d01b5 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/vcp: Fix build error

This fixes the following build error in some architectures:

src/shared/vcp.c:961:24: error: lva...

github.com/bluez/bluez - cb1a3fd96c48a878f1a93ffc81e0c5d867b03cd8 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
examples/le_passive_scan.rs: make device & filter changeable from command line (#113)

Make device and filter changeable from the command line, and change default to filter on the una...

github.com/bluez/bluer - e7b745d6c7d4447641b5bdefa0879274b051939f authored about 1 year ago by Kjetil Jørgensen <[email protected]>
shared/vcp: Fix endianness errors

On big endian the followin error can be observed:
VOCS/SR/SGGIT/CHA/BV-02-C - init
VOCS/SR/SGGIT...

github.com/bluez/bluez - 4db4d5fa1c4fefcf3ec7f161a4c7164df0195ed7 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
test-micp: Fix endianness error

On big endian the followin error can be observed:

MICP/CL/CGGIT/SER/BV-01-C - init
MICP/CL/CGGI...

github.com/bluez/bluez - 3a2d3b31a3b5a7eeb45952ce880ca58c93b985bb authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bap: Fix source+sink endpoint registration

When registering both sink and source endpoints,
the register endpoint method call results in 2 ...

github.com/bluez/bluez - b93690e72d9ea287a730fa271925979c225d6861 authored about 1 year ago by Claudia Draghicescu <[email protected]>
audio/bap: Fix source+sink endpoint registration

When registering both sink and source endpoints,
the register endpoint method call results in 2 ...

github.com/bluez/bluez - bd5342fdf46af482c851af754cca14c1b51ee2d3 authored about 1 year ago by Claudia Draghicescu <[email protected]>
isotest: Fix high-reliability QoS presets

This changes the high-reliability QoS presets to be conformant to
BAP[1] specification:

Table...

github.com/bluez/bluez - ee04d309651c0ca8828c5ae34ae36a707b534a70 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
monitor: Add proper decoding of TLV for BASE

This uses bt_bap_debug_{config, metadata} to decode the TLV entries
found in Basic Audio Announc...

github.com/bluez/bluez - c9a1f20808287ecb8db183a537b210e7a26116d9 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
util: Make debugger arg of util_debug_ltv const

This makes the debugger argument of util_debug_ltv const as they are not
suppose to change durin...

github.com/bluez/bluez - acaf8f866d2906cfb229aa4d8cab599ac8cb7316 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
iso-tester: Add tests for GMAP broadcast QoS presets

This adds the following tests:

ISO QoS 48_1_g - Success
ISO QoS 48_2_g - Success
ISO QoS 48_3_g...

github.com/bluez/bluez - 2ba6148139718a6eb38f14290d04a960c170b8a3 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/util: Enable passing a label to util_debug_bit

This adds a label parameter to be passed to util_debug_bit instead of
just prepending a '\t'.

github.com/bluez/bluez - 8b448400ece60dd51d786367dddf25ab58cc7f4b authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
monitor example: print instead of log

github.com/bluez/bluer - f5c0f6e5532292ec9c2da0b240a156c914d0ccc3 authored about 1 year ago by Sebastian Urban <[email protected]>
client/player: Add presets from GMAP

This adds the following presets from GMAP:

16_1_gs
16_2_gs
32_1_gs
32_2_gs
48_1_gs
48_2_gs
32_1...

github.com/bluez/bluez - 813e1ce1199345f633ffaeb0f218accecdf9ff83 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
isotest: Add presets from GMAP

This adds the following presets from GMAP:

16_1_gs
16_2_gs
32_1_gs
32_2_gs
48_1_gs
48_2_gs
32_1...

github.com/bluez/bluez - 506413dba87230b1c579eb23901bd88e52ef6825 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
iso-tester: Add presets from GMAP

This adds the following presets from GMAP:

ISO QoS 48_1_gc - Success ...

github.com/bluez/bluez - c9b48a6f84a803b6bad43be26a12c5ba6b7f5590 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
monitor/att: Add GMAS attribute decoders

This adds GMAS attribute decoders.

github.com/bluez/bluez - 6af3b7290a3a36469f23e3eaaf6b2c0d09994efd authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/util: Add GMAP related UUIDs

This adds GMAP 1.0[1] UUIDs following the assigned numbers[2].

[1] https://www.bluetooth.org/Do...

github.com/bluez/bluez - e94853608c8033c4c1cf2047981354484c0500cb authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
iso-tester: Add test for bcast AC 13 reconnect

This adds a test for Broadcast AC 13 reconnect:

ISO Broadcaster AC 13 Reconnect - Success

github.com/bluez/bluez - 58e6ef54e672798e2621cae87356c66de14d011f authored about 1 year ago by Iulia Tanasescu <[email protected]>
shared/shell: Remove readline color escapes

This removes readline color escapes from color defines and instead only
used them with prompt si...

github.com/bluez/bluez - d8fc0dd5942e6e7b95833ee47fc4a8821c0c3421 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
Update docs

github.com/bluez/bluer - 5fd69334a1ec76e56953b3727d63303302da8942 authored about 1 year ago by Sebastian Urban <[email protected]>
Fix DiscoveryFilter::DuplicateData default

bluetoothd assumes that DiscoveryData is false by default, even though
its documentation states ...

github.com/bluez/bluer - 43ced42b4682c41c7f208ca6abdde6cb5d3f3c61 authored about 1 year ago by Sebastian Urban <[email protected]>
bap: handle state transitions with old_state == new_state

ASCS allows transitions from Codec/QoS Configured back to the same
state.

E.g. NRF5340_AUDIO de...

github.com/bluez/bluez - 8b035b70f379e45a32c94579ec8d00e48070c21e authored about 1 year ago by Pauli Virtanen <[email protected]>
media: add Retransmissions in SelectProperties QoS

The server preferred RTN is part of the server supported/preferred QoS
values, and should be pas...

github.com/bluez/bluez - 14dd4a75ceb284bf4fda00d1c318683fbaa4ac07 authored about 1 year ago by Pauli Virtanen <[email protected]>
adapter: fix heap corruption during discovery filter parsing

Must parse as dbus_bool_t, as booleans MUST be 4 bytes for dbus.
stdbool from the filter only ha...

github.com/bluez/bluez - ad089d29945ffd0ffb2d8075c25f76ac7c267eba authored about 1 year ago by Philipp Meyer <[email protected]>
client: Add bluetoothctl-transport.1 man page

This adds bluetoothctl-transport.rst which is then converted to
bluetoothctl-transport.1 using r...

github.com/bluez/bluez - 4b353ae99ab66390561730974d0c4fecc4f38d6a authored about 1 year ago by Paul Otto <[email protected]>
client: Add bluetoothctl-scan.1 man page

This adds bluetoothctl-scan.rst which is then converted to
bluetoothctl-scan.1 using rst2man.

github.com/bluez/bluez - c0678a4ddcc6befd697cbc6ae1c48036c63b9bca authored about 1 year ago by Paul Otto <[email protected]>
client: Add bluetoothctl-player.1 man page

This adds bluetoothctl-player.rst which is then converted to
bluetoothctl-player.1 using rst2man.

github.com/bluez/bluez - 3797cedadb931d6e75a8636bab07163bcd122dd3 authored about 1 year ago by Paul Otto <[email protected]>
client: Add bluetoothctl-gatt.1 man page

This adds bluetoothctl-gatt.rst which is then converted to
bluetoothctl-gatt.1 using rst2man.

github.com/bluez/bluez - fa5fb919a97ee62d271eeec4fc93ce7a880f9239 authored about 1 year ago by Paul Otto <[email protected]>
client: Add bluetoothctl-endpoint.1 man page

This adds bluetoothctl-endpoint.rst which is then converted to
bluetoothctl-endpoint.1 using rst...

github.com/bluez/bluez - face899cd83cbee9df42e72c8d6debea2c02bfaa authored about 1 year ago by Paul Otto <[email protected]>
client: Add bluetoothctl-advertise.1 man page

This adds bluetoothctl-advertise.rst which is then converted to
bluetoothctl-advertise.1 using r...

github.com/bluez/bluez - 6c446bdd32a89afe2c5580f56940c31d826d9eb4 authored about 1 year ago by Paul Otto <[email protected]>
Version 0.16.2-pre1

github.com/bluez/bluer - d54131f3034c4fd85d3a6889f2024e3e45d27ab6 authored about 1 year ago by Sebastian Urban <[email protected]>
Work around bluetoothd discovery filter crash

bluetoothd has a bug that causes it to crash when deserializing a bool
from D-Bus on some archit...

github.com/bluez/bluer - 51a3c307df1547453c6c9f13d11079c6d2f038b3 authored about 1 year ago by Sebastian Urban <[email protected]>
client: Add bluetoothctl-admin.1 man page

This adds bluetoothctl-admin.rst which is then converted to
bluetoothctl-admin.1 using rst2man.

github.com/bluez/bluez - 0d65d6862a050dd0bbdc1984bf549086ce9d75c4 authored about 1 year ago by Paul Otto <[email protected]>
client: Invalidate scan filter on "scan" command

The "scan bredr" and "scan le" commands are broken right now because the
transport filter gets s...

github.com/bluez/bluez - 7ef40617a049f083b3b5d318bcecbc60c4673c13 authored about 1 year ago by Jonas Dreßler <[email protected]>
lib/sdp: Pass size_t to sdp_get_string_attr()

We're currently type-casting the output of strlen(sdpdata->val.str) into
an int, which is somewh...

github.com/bluez/bluez - b978f979678d237f406f3209cf2d5f2da8e5b74e authored about 1 year ago by Jonas Dreßler <[email protected]>
lib/sdp: Use correct string length in sdp_copy_seq()

sdp_data_t->unitSize for strings in the SDP record is
`sizeof(uint8_t) + strlen(str)`.

The "len...

github.com/bluez/bluez - 5afa25c95e6aadd431941b410b4d5fdd44b7458a authored about 1 year ago by Jonas Dreßler <[email protected]>
lib/sdp: Don't assume uint8_t has size 1

Assuming the size of of uint8_t is bad practice, we use
sizeof(uint8_t) everywhere else and the ...

github.com/bluez/bluez - cfcc6346a96a9a4c3123ddc5bb395e079efe5205 authored about 1 year ago by Jonas Dreßler <[email protected]>
lib/sdp: Allocate strings in sdp_data_t with NULL termination

In extract_str() we create sdp_data_t with strings and allocate
sdp_data_t->val.str an extra 0-b...

github.com/bluez/bluez - fdb5ba2cbff3e8f1411ab188fa84b58879b92b83 authored about 1 year ago by Jonas Dreßler <[email protected]>
shared/shell: Fix --init-script commandline option

The newly added option -i/--init-script introduced a short option
namespace collision with btmgm...

github.com/bluez/bluez - 303925b28110469ad002ac19ce0eb9c84d6aceb2 authored about 1 year ago by Juerg Haefliger <[email protected]>
btio: Allow binding a bcast listener before accept

This adds btio support for binding a PA sync io to a number of BISes,
before proceeding with BIG...

github.com/bluez/bluez - 00fdb61d56161f523e975b4c044030f4b40abb6d authored about 1 year ago by Iulia Tanasescu <[email protected]>
iso-tester: Add test for bcast receiver PA bind

This adds a test for binding a Broadcast Receiver to a number of
BISes after PA sync has been es...

github.com/bluez/bluez - a17455cdcd213b4210571d4ec2a066d9daf91b15 authored about 1 year ago by Iulia Tanasescu <[email protected]>
client: Add support for setting Locations, SupportedContext and Context

This adds proper defaults for Locations, SupportedContext and Context
properties since bluetooth...

github.com/bluez/bluez - e126cf204907bb98f8b60d23bcb3dfa46064b9a3 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bap: Remove Locations, Support Context and Context defines

These values shall come from the upper stack.

github.com/bluez/bluez - 5fd6d8cf905b790b30ff672c450b7e5c34238eda authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
media: Parse Context and SupportedContext

Allow clients to register available Context and SupportedContext for
BAP endpoints.

github.com/bluez/bluez - f02e0c8664a6cfefbb39121a9c42363af2b6bf9a authored about 1 year ago by Kiran K <[email protected]>
bap: Fix reading source codec capabilities

Sink ASE capabilities were read instead of source.

github.com/bluez/bluez - a564d6a0d533217480296558fa7d7b0f933dd1bc authored about 1 year ago by Kiran K <[email protected]>
bap: Do not set default location for sink and source

let the clients register the required location for source
and sink endpoints.

github.com/bluez/bluez - 932e6420606930d412e1e9a0fec1f82afffbba46 authored about 1 year ago by Kiran K <[email protected]>
bap: Fix update of sink location value

pac->sink_loc needs to be updated only if there is a change.

github.com/bluez/bluez - 5f8323f2aaa3c8c3d36bdf541f014ac9065a9398 authored about 1 year ago by Kiran K <[email protected]>
media: Populate location to qos structure

Allow clients to register Location for endpoint.

github.com/bluez/bluez - a1fb50fd5aa0a605c810543c8479016febf1cacc authored about 1 year ago by Kiran K <[email protected]>
client: Make use of bap-debug functions

This make use of bap-debug functions to decode Capabilities,
Configuration and Metadata.

github.com/bluez/bluez - 8a335099bc1b211a672e4ea5c2bbb470e21021a0 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/bap: Add debug helpers

This adds bap-debug.{c.h} that implements function helpers that can be
used to print BAP/ASCS/PA...

github.com/bluez/bluez - 6d4491649e067c3338bc539226e146d14271cd69 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
monitor: Make use of util_debug_tlv to decode TLV entries

This uses util_debug_tlv to decode TLV entries.

github.com/bluez/bluez - e1ec086614224cb50918922dd88f71ae3652a8e5 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
shared/util: Add util_debug_{tlv, bit} helpers

This adds util_debug_tlv and util_debug_bit which can help to print
debug information in their r...

github.com/bluez/bluez - ffc5819ce4122d53f5a2e7c2a02b1ac03166fe2d authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
mesh: Fix check for active scan when using generic IO

This modifies the check for an active scan in generic IO:
the bug has been introduced during ear...

github.com/bluez/bluez - 0c757e8eeef69ff2b1eefa59e590f171c9fe1c88 authored about 1 year ago by Inga Stotland <[email protected]>
build: Fix manpage location for obex.Agent*(5)

This fixes the location of obex.Agent*(5) manpages.

github.com/bluez/bluez - 66c41d78f86007ef9b534df498b7bb1355267c4f authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
bap: Update transport acquire/release flow for bcast src

Update transport acquire/release flow for BAP bcast source

github.com/bluez/bluez - e347792f41a8ab2cf4f789b6544a4f8ec8464a53 authored about 1 year ago by Silviu Florian Barbulescu <[email protected]>
transport: Update transport release flow for bcast src

Update transport release flow for broadcast source

github.com/bluez/bluez - 052534ae07b89bb947daadfa7eb11704db599bcb authored about 1 year ago by Silviu Florian Barbulescu <[email protected]>
doc/obex-*-api: Rename to org.bluez.obex.*.rst

This renames obex-*-api.txt to org.bluez.obex.*.rst and generate
manpages org.bluez.obex.*.5.

github.com/bluez/bluez - 345ad5e352b1b77c18ceecb06523a0d1352dee38 authored about 1 year ago by Luiz Augusto von Dentz <[email protected]>
input: Fix .device_probe failing if SDP record is not found

Due to changes introduced by 67a26abe53bf
("profile: Add probe_on_discover flag") profiles may g...

github.com/bluez/bluez - 3a9c637010f8dc1ba3e8382abe01065761d4f5bb authored over 1 year ago by Luiz Augusto von Dentz <[email protected]>
input.conf: Change default of ClassicBondedOnly

This changes the default of ClassicBondedOnly since defaulting to false
is not inline with HID s...

github.com/bluez/bluez - 25a471a83e02e1effb15d5a488b3f0085eaeb675 authored over 1 year ago by Luiz Augusto von Dentz <[email protected]>
input: Fix smatch warning

This fixes the following warning:

profiles/input/device.c:165:26: warning: Variable length arra...

github.com/bluez/bluez - afb47b13c600b0c5e01b4fe3f2e670e89faa6ec2 authored over 1 year ago by Luiz Augusto von Dentz <[email protected]>
unit/test-vcp: VOCS unit test case implementation

This implements all(10) mandatory VOCS testcases as unit tests.

github.com/bluez/bluez - 04f40b747fe278bdddd564584525db265c0a17a7 authored over 1 year ago by Mahesh Talewad <[email protected]>
test-bass: Add unit tests for the SPE suite

This adds BASS unit tests for the Service Procedures Error
Handling suite.

github.com/bluez/bluez - 4ea09cf6b9b1033628b2966004a9df5bf2347bf6 authored over 1 year ago by Iulia Tanasescu <[email protected]>
doc/admin-policy-api: Rename to org.bluez.AdminPolicy*.rst

This renames admin-policy-api.txt to org.bluez.AdminPolicy*.rst and
generate manpages org.bluez....

github.com/bluez/bluez - ee27626c7a06b21a59cb46c192b7045fe9da5fb9 authored over 1 year ago by Luiz Augusto von Dentz <[email protected]>