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/

android/tester: Make HidHost tests use io vectors for pdu

github.com/bluez/bluez-sandbox - 92b1fb608f1054d5aadb330d8348a381a2966cf5 authored over 10 years ago
android/tester: Make PAN tests use io vectors for pdu

github.com/bluez/bluez-sandbox - 573e90f593400491719be9466657393dc22206cd authored over 10 years ago
emulator/smp: Add smp_send() helper that uses bthost_send_cid_v()

github.com/bluez/bluez-sandbox - d2cc1003298227ee409239e6f7cad8c4a4a6dfa2 authored over 10 years ago
emulator/bthost: Read local features upon init

github.com/bluez/bluez-sandbox - e1090776a03a8eff11affc978e4f44bc65497fdd authored over 10 years ago
android/pts: Update HID PICS and PIXIT for PTS 5.3

github.com/bluez/bluez-sandbox - 7fa1d079ffbaea30315550811d4de150252f61c2 authored over 10 years ago
android/pts: Update HDP PICS and PIXIT for PTS 5.3

github.com/bluez/bluez-sandbox - 302241985a2e6985134a150fb7a46a3abdd15614 authored over 10 years ago
lib: Update company identifiers

github.com/bluez/bluez-sandbox - 6d6d69e0cb447b1c72a659a2185ffd729d3c9a19 authored over 10 years ago
emulator/bthost: Add missing flow_ctrl assignment

This fixes following valgrind report:
==3093== Syscall param writev(vector[...]) points to unini...

github.com/bluez/bluez-sandbox - 0d8d87721ad5d2b4159ed6b86534b5708564d3ef authored over 10 years ago
emulator/bthost: Refactor code using RFCOMM_UIH

This refactor code that was using RFCOMM_UIH so it can be reused.

github.com/bluez/bluez-sandbox - bc9e863b3a92608e47b2028f8da55c90d40ffbc0 authored over 10 years ago
emulator/bthost: Add bthost_send_cid_v

github.com/bluez/bluez-sandbox - 82b8e31857f5c15cc191122a19da29aabe8f8d18 authored over 10 years ago
shared/att: Make use of io_send

github.com/bluez/bluez-sandbox - 1d2f2732a50cd667039794f2d7a87cd4d3f18a17 authored over 10 years ago
shared/io: Do not return -1

Returning -1 normally is used when errno is set which is not case so
instead return -ENOTCONN.

github.com/bluez/bluez-sandbox - b06af6d8aafddf56837e0d40a7dfc0c4df28922a authored over 10 years ago
shared/io: Add io_send

github.com/bluez/bluez-sandbox - 626f5678d6196916605070dc715963ec8c9355eb authored over 10 years ago
shared/hci: Make use of io_send

github.com/bluez/bluez-sandbox - c7d2bd837f7386151c5bc3109a5213d00a5e5c60 authored over 10 years ago
shared/mgmt: Make use of io_send

github.com/bluez/bluez-sandbox - d201b2bfee18767403e8921943e9b6f1140356b4 authored over 10 years ago
emulator/bthost: Avoid coping in l2cap_sig_send

This uses scatter io to avoid extra copies inside l2cap_sig_send

github.com/bluez/bluez-sandbox - 9da0e88c0da7a45fb283819c0e6c5a853d72452f authored over 10 years ago
shared/uhid: Make use of io_send

github.com/bluez/bluez-sandbox - db38b66c92757fe74e3820171dd375153c888437 authored over 10 years ago
android/pts: Update PTS files for A2DP

Updated PICS, PIXITs and PTS tests results for A2DP.
PTS version 5.3. Android version 4.4.4

github.com/bluez/bluez-sandbox - a718accec42abca0ba6925dba0ac96d4167271c6 authored over 10 years ago
android/pts: Update PTS files for DID

Updated PICS, PIXITs and PTS tests results for DID.
PTS version 5.3. Android version 4.4.4

github.com/bluez/bluez-sandbox - 5308ffa8ecf87038b985adf6fbf8c06d2a7a2acb authored over 10 years ago
android/pts: Updated OPP PICS and PIXITs for PTS 5.3

github.com/bluez/bluez-sandbox - 1eb8b05b52bc7e63bcdce29956d07c50c9f43c2c authored over 10 years ago
android/hal-audio: Use hal-utils helpers for unaligned access

github.com/bluez/bluez-sandbox - 3c2ebdd0308ef2c1c6e1f2ae67063d9de0e83c54 authored over 10 years ago
android/hal-sco: Use hal-utils helpers for unaligned access

github.com/bluez/bluez-sandbox - 316fd52b78647a0a9ebd750c75fa41b1264899c4 authored over 10 years ago
android/hal: Add simple helpers for unaligned memory access

In HALs we usually don't operate on unaligned memory. Only exception
are PCM stereo<->mono mixin...

github.com/bluez/bluez-sandbox - da50c27b5d3d930f2ece35e417f30e2ead5acd17 authored over 10 years ago
android/hal-audio: Remove use of shared queue code

github.com/bluez/bluez-sandbox - 21d3e1230379dbe50f90427aa4e4c0304fbcf8ba authored over 10 years ago
android/client: Simplify PCM handling function in SCO HAL

Those functions operate on aligned buffers so there is no need for
unaligned memory access helpers.

github.com/bluez/bluez-sandbox - ee3f793f706f56022a5951af65b73b889398192f authored over 10 years ago
android/tester: Make tester debug logs verbose

This adds additional logs to match function. In case if compared values
don't match, tester will...

github.com/bluez/bluez-sandbox - a712b5cb2817211508ed9921289c9a6d828256af authored over 10 years ago
android/tester: Reverse condition check

This allows to avoid extra indentation.

github.com/bluez/bluez-sandbox - 9f3b61d5f35d9927ed9df1bcb3250584724fc29a authored over 10 years ago
android/tester: Add GATT Server basic test cases

This adds basic tests for server register, unregister.

github.com/bluez/bluez-sandbox - 152b7c3c80e688b0a1f0dbcaaea6b64294555367 authored over 10 years ago
android/tester: Coding style fixes

github.com/bluez/bluez-sandbox - 16dffece61b6282e4944516fe29ad931665eafb8 authored over 10 years ago
android/tester: Make client and server id unified

This makes unified id numers for both gatt server and client defined
as application id.

github.com/bluez/bluez-sandbox - c9ddc13a26092708de6df11344e77848456af7be authored over 10 years ago
tools: Request LE remote version information as well

github.com/bluez/bluez-sandbox - 2ac4e7cc5cc6be9ba07ec9d8c78ecae9295d9743 authored over 10 years ago
tools: Add comment for retrieving LE remote features

github.com/bluez/bluez-sandbox - 9838cb51c36c58036858b19df9804275e33cd36f authored over 10 years ago
tools: Increase timeout for sending LE scan command

github.com/bluez/bluez-sandbox - 212245a0976be6afde0d046482cea1af923bf0a9 authored over 10 years ago
lib: Add function for reading remote LE features

github.com/bluez/bluez-sandbox - 67656f8ec9be1979e08b4e9f2710e7f797b565bd authored over 10 years ago
tools: Fix wrong number for LE_LINK connection type

github.com/bluez/bluez-sandbox - 3e7a93b71acea679f4c4de4479b6b2bd7080c759 authored over 10 years ago
emulator/hciemu: Fix not handling failed read correctly

If read failed due to signal or blocking watch was removed resulting
in closing /dev/vhci and em...

github.com/bluez/bluez-sandbox - cc91d165c566e1e296bcb50c4430b9b1c6a1129a authored over 10 years ago
android/avdtp: Fix crash on disconnect

Last reference to session may be dropped while calling connection_lost
so move watch ID clean be...

github.com/bluez/bluez-sandbox - 7a964f0bfa0c11cf8a838e89879f0b4ffb00b531 authored over 10 years ago
doc: Update Android tests coverage

github.com/bluez/bluez-sandbox - 741c656a241f683ac900c40c9bd3b46049601cb9 authored over 10 years ago
android/handsfree-client: Verify variable length data received from IPC

Dial uses variable length data, check if we received as much as was
declared. This fixes two neg...

github.com/bluez/bluez-sandbox - ba1e1810cdff79107a407a1c529f870bcbf5ff58 authored over 10 years ago
android/ipc-tester: Add cases for the handsfree client interface

github.com/bluez/bluez-sandbox - 64d769dbaacfd5b155feed3e79343277b1c507e9 authored over 10 years ago
android/client: Handle more callbacks for the handsfree client

github.com/bluez/bluez-sandbox - 0486459949e08faa81773bf71da3681956b40a15 authored over 10 years ago
android/client: Add handsfree client api calls

github.com/bluez/bluez-sandbox - b791e471a8697547e3875cb071a789feea36bf84 authored over 10 years ago
android/client: Add skeleton for handsfree client interface

github.com/bluez/bluez-sandbox - 9ed3185bcb2d4de4cd21fb21387e8612bee2804d authored over 10 years ago
android/client: Handle handsfree client connecton state callback

github.com/bluez/bluez-sandbox - b31ac7ea02f0b1e1de7e4cd458cb84e770e65514 authored over 10 years ago
android/client: Handle handsfree client audio state change callback

github.com/bluez/bluez-sandbox - 9f038ce801ae6699834e256818182dda3bad7e25 authored over 10 years ago
android/core: Fix extra assignment

prop is assigned in the beginning of for() loop. Fixes warning:
...
android/main.c:336:3: warnin...

github.com/bluez/bluez-sandbox - 42de5f479b417f8628b1302d3c97f32fa47bb799 authored over 10 years ago
doc/obex-api: Split FilterBy into FilterAll and FilterAny

This makes a simpler API and document the fact that they cannot be used
together.

github.com/bluez/bluez-sandbox - db20dc7e177c8bfb263e7bbd229fac7b9a891cf1 authored over 10 years ago
Monitor: Add AVRCP AddToNowPlaying support

Support for decoding AVRCP AddToNowPlaying added in Bluetooth
monitor.

github.com/bluez/bluez-sandbox - 8f87c53b75d180e3307819dc0a81002486153a8b authored over 10 years ago
Monitor: Add AVRCP SetAddressedPlayer support

Support for decoding AVRCP SetAddressedPlayer added in Bluetooth
monitor.

github.com/bluez/bluez-sandbox - dae15aaeea429d7a49bcf5878fe89326a8da3694 authored over 10 years ago
Monitor: Add AVRCP GetPlayStatus support

Support for decoding AVRCP GetPlayStatus added in Bluetooth
monitor.

github.com/bluez/bluez-sandbox - 173354080bafcae5d873681c9bcb69dbf9c8e0ea authored over 10 years ago
Monitor: Add AVRCP PlayItem support

Support for decoding AVRCP PlayItem added in Bluetooth monitor.

github.com/bluez/bluez-sandbox - adbe760e35d98e5d4765a022e213539ae91601c7 authored over 10 years ago
Monitor: Add AVRCP RegisterNotification support

Support for decoding AVRCP RegisterNotification added in Bluetooth
monitor.

github.com/bluez/bluez-sandbox - 51da5a96a44078e33f59018ffb49175146261968 authored over 10 years ago
Monitor: Add AVRCP SetAbsoluteVolume support

Support for decoding AVRCP SetAbsoluteVolume added in Bluetooth
monitor.

github.com/bluez/bluez-sandbox - ab0a30b6fdab489673e8883e3241839cb4ff4a2b authored over 10 years ago
android: Fix btmgmt build on Android

target Executable: btmgmt (out/target/product/mako/obj/EXECUTABLES/
btmgmt_intermediates/LINK...

github.com/bluez/bluez-sandbox - 7d7f743a2bb5b201f2a778ef4a6a1435b4b8c9d2 authored over 10 years ago
shared: Add helper functions for HCI based crypto

github.com/bluez/bluez-sandbox - 419bd56a4f3e143056935a6c9845ce988fd29d61 authored over 10 years ago
android/build: Fix missing linking to libbluetooth

github.com/bluez/bluez-sandbox - 858f8e5d1ab9a9e5807e833fb1f6c0a23d049504 authored over 10 years ago
tools: For testing purposes also initialize shared GAP support

github.com/bluez/bluez-sandbox - b116b6babb24ae5ae0f61813b00c7b7db86d2836 authored over 10 years ago
build: Add initial code for shared GAP handling

github.com/bluez/bluez-sandbox - d4faea365ee0b2f6491866a7442e66d10ca5f069 authored over 10 years ago
android: Replace new0 with malloc call

github.com/bluez/bluez-sandbox - 43e4419a743263b89416c4448b8d22e72b91c6ac authored over 10 years ago
build: Move hciemu.c and hciemu.h into emulator directory

github.com/bluez/bluez-sandbox - 508e129d75782f2dfe0edf05973c24af6b91f633 authored over 10 years ago
build: Use internal libshared-glib and libshared-mainloop libraries

github.com/bluez/bluez-sandbox - 9b912ea92537cf9add1e50fac54fd58f80db9c6b authored over 10 years ago
android/client: Use release version for tool version

github.com/bluez/bluez-sandbox - e4424b2aed4df92139133850a7edc25d35ce2f8d authored over 10 years ago
doc: Update Android tests coverage

github.com/bluez/bluez-sandbox - 37da13b34ad0092b1a8155e9f0f310d154c456c9 authored over 10 years ago
android/tester: Improve GATT tests names

github.com/bluez/bluez-sandbox - 70f908767216c36bdcf0243474194c782eb95ec9 authored over 10 years ago
android/tester: Add GATT Write Characteristic Wrong params

Test calling write characteristic with wrong params.

github.com/bluez/bluez-sandbox - 6a246e93843bd28f703d631f8c1f7cc139e585b6 authored over 10 years ago
android/tester: Change function names

Functions which refers to specific actions should have "action"
suffix.

github.com/bluez/bluez-sandbox - b67475ac655474cee0d4d160e703c5fe7291d61d authored over 10 years ago
android/tester: Add support for GATT Client Read/Write callbacks

It will service GATT Client read/write callbacks.

github.com/bluez/bluez-sandbox - 2bed3e845f1fea902823804cd568fd50025c705f authored over 10 years ago
android/gatt: Set proper status of write_data

Set proper status in write characteristic callback data struct.

github.com/bluez/bluez-sandbox - 40ba906935860b08de7d4b1800cf3a7a161d621a authored over 10 years ago
android/tester: Add GATT Write Characteristic Ins. Auth.

Test write characteristic with Insufficient Authorization error.

github.com/bluez/bluez-sandbox - 1e036605e299343be7d082683a7e0a4d01329a36 authored over 10 years ago
android/tester: Add GATT Characteristic Write Req Success

Test Characteristic write request.

github.com/bluez/bluez-sandbox - 2a6c6abdaf15c36fc0796d3e5fbb5f129e23d6d0 authored over 10 years ago
android/tester: Add GATT Characteristic Write Cmd Success

Test Characteristic write command.

github.com/bluez/bluez-sandbox - f3c0faab30f5af7b2449619407ea439431ac4af0 authored over 10 years ago
android/tester: Add GATT Descriptor Read Wrong params

Test reading descriptor with wrong params.

github.com/bluez/bluez-sandbox - ed3f0dffec648424200d78d0782007d9f6e8db89 authored over 10 years ago
android/tester: Add GATT Descriptor Read Ins. Auth.

Test reading descriptor's value while Insufficient Authorization
is returned.

github.com/bluez/bluez-sandbox - 51c54c9445f6fd48103082264a394592700377a9 authored over 10 years ago
android/tester: Add GATT Descriptor Read Success

Test Reading Descriptor Value.

github.com/bluez/bluez-sandbox - 64e55541f89b137b71d45c77ec85b9273117df57 authored over 10 years ago
android/tester: Add GATT Characteristic Read Wrong Params

Test Reading Characteristic value with wrog parameters.

github.com/bluez/bluez-sandbox - 8a4f784e855a26b63052234d8cd40d3d563cb419 authored over 10 years ago
android/tester: Add GATT Characteristic Read Ins. Auth.

Test reading Characteristing while Insufficient Authorization
is returned.

github.com/bluez/bluez-sandbox - 44b35fd9a8ba3650593eec34f54a4a4a8e0c1833 authored over 10 years ago
android/tester: Add GATT Characteristic Read Success

Test Characteristic Read request.

github.com/bluez/bluez-sandbox - 21c1257011f392446bb85837a07fe37d94e08fb7 authored over 10 years ago
android/tester: Make local variable static

This variable should be defined as static.

github.com/bluez/bluez-sandbox - 9b0ff68dfa313f54f56fa0dea4ec654180cad663 authored over 10 years ago
android/tester: Fix condition check

It may cause NULL pointer dereference.

github.com/bluez/bluez-sandbox - 6791d2b2ac150e573ec22894603d633bdb4b4ef5 authored over 10 years ago
TODO: Add item to support included services in shared/gatt-client.

github.com/bluez/bluez-sandbox - 7426f4ca110caa5d5d7b6ce16138ef11448c697f authored over 10 years ago
android/tester: Explicitly set IO capabilities for SSP pairing tests

Those tests are periodically broken every time default IO capabalities
are changed. This patch s...

github.com/bluez/bluez-sandbox - 6fc3527720b5538eb20d4a0fc68e9edfc58ab742 authored over 10 years ago
android/pan: Fix compilation error with musl

CC android/pan.o
android/pan.c: In function 'bridge_if_down':
android/pan.c:153:33: erro...

github.com/bluez/bluez-sandbox - 56545bb25d07af11b12d2afddeb7e187aed8edbf authored over 10 years ago
obexd: Fix compilation error with musl

CC obexd/plugins/obexd-filesystem.o
In file included from obexd/plugins/filesystem.c:40:...

github.com/bluez/bluez-sandbox - 29ec84e8d21f85c85be3104e29274d5328b7868e authored over 10 years ago
core: Fix compilation error with musl

CC profiles/alert/bluetoothd-server.o
In file included from profiles/alert/server.c:49:0...

github.com/bluez/bluez-sandbox - 37cd91c3bf02d0371ede26cce4b8b4823a9430a9 authored over 10 years ago
alert: Fix compilation error with musl

CC profiles/alert/bluetoothd-server.o
In file included from profiles/alert/server.c:49:0...

github.com/bluez/bluez-sandbox - fc4050dcea173c61f8409a6c36f7fa5d7692642e authored over 10 years ago
shared: Fix compilation errors with musl

C src/shared/hci.o
src/shared/hci.c: In function 'send_command':
src/shared/hci.c:139:2: e...

github.com/bluez/bluez-sandbox - 46f67847f7174caebdca3cc8dec093716fe4fe67 authored over 10 years ago
tools: Fix compilation errors with musl

This fix number of includes for <sys/poll.h> instead of <poll.h>

CC tools/hciattach.o
I...

github.com/bluez/bluez-sandbox - 51ec4fd847369bc77e72850fe93d727ae9c656b9 authored over 10 years ago
android/hal-audio: Fix compilation errors with musl

CC android/android_audio_a2dp_default_la-hal-audio-sbc.lo
android/hal-audio-sbc.c: In fu...

github.com/bluez/bluez-sandbox - 921894c4e280b8153bc0f727a6401baa949f642c authored over 10 years ago
sap: Fix compilation errors with musl

Fix multiple errors similar to:

profiles/sap/sap-u8500.c: In function 'send_request':
profiles/...

github.com/bluez/bluez-sandbox - 5b23bead3bd960caf51e2aa84b4e535ca46eecc3 authored over 10 years ago
android/client: Fix compilation errors with musl

Fix number of build errors similar to:

CC android/client/android_haltest-tabcompletion....

github.com/bluez/bluez-sandbox - 114b5a3fc7095515b798f7d08aaeb731fcb5383f authored over 10 years ago
health: Use proper type for tid

tid holds glib source id and should be of guint type.

This fix following compilation error with...

github.com/bluez/bluez-sandbox - 0c7c4a6cc852dba0fa90a1af47a22e6256eef963 authored over 10 years ago
lib: Fix compilation error with musl

CC lib/hci.lo
In file included from lib/hci.c:39:0:
/usr/include/sys/poll.h:1:2: error: ...

github.com/bluez/bluez-sandbox - b1ed44f5deace382b2a03529e3d04bb7e7bc9e84 authored over 10 years ago
Monitor: Add AVRCP GetElementAttributes support

Support for decoding AVRCP GetElementAttributes added in
Bluetooth monitor.

github.com/bluez/bluez-sandbox - 665c517776df6b87a9fe925144ce2a2ef228379d authored over 10 years ago
shared/gatt-client: Remove stray line.

Remove copy-paste artifact.

github.com/bluez/bluez-sandbox - ecd5afd6748eba95548ca7c80ef6b372ba82e5b0 authored over 10 years ago
TODO: shared/gatt-client now handles Service Changed

github.com/bluez/bluez-sandbox - bfcadcc9132be5809203d73bf33af545d356cf50 authored over 10 years ago
tools/btgatt-client: Set service changed handler.

btgatt-client now sets a service changed handler by calling
bt_gatt_client_set_service_changed.

github.com/bluez/bluez-sandbox - a7d53b96e2fe6a5240ce94948e9d481a2b9bed9c authored over 10 years ago
shared/gatt-client: Add bt_gatt_client_set_service_changed.

This patch introduces the bt_gatt_client_set_service_changed function which
allows upper layers ...

github.com/bluez/bluez-sandbox - 01a0c62890b8475ee7af228bca019920f68da6e8 authored over 10 years ago
shared/gatt-client: Add handler for "Service Changed" if GATT service changes.

If the GATT service on a peripheral changes gatt-client unregisters its handler
for "Service Cha...

github.com/bluez/bluez-sandbox - d54f76a710d456cb8b2cc42478ae3e15de749afe authored over 10 years ago
shared/gatt-client: Rediscover services within changed range.

This patch adds the discovery step of handling "Service Changed". A primary
service discovery is...

github.com/bluez/bluez-sandbox - 6f26943b1bd84df0479a420c2a1232d3d8d0e2ab authored over 10 years ago
shared/gatt-client: Remove effected services from cache on Service Changed.

This patch implements the first step of handling "Service Changed", which
involves removing all ...

github.com/bluez/bluez-sandbox - 83612212481e09a23f53cd1f5d2a95fb528ef327 authored over 10 years ago