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/
github.com/bluez/bluez-sandbox - 92b1fb608f1054d5aadb330d8348a381a2966cf5 authored over 10 years ago
github.com/bluez/bluez-sandbox - 573e90f593400491719be9466657393dc22206cd authored over 10 years ago
github.com/bluez/bluez-sandbox - d2cc1003298227ee409239e6f7cad8c4a4a6dfa2 authored over 10 years ago
github.com/bluez/bluez-sandbox - e1090776a03a8eff11affc978e4f44bc65497fdd authored over 10 years ago
github.com/bluez/bluez-sandbox - 7fa1d079ffbaea30315550811d4de150252f61c2 authored over 10 years ago
github.com/bluez/bluez-sandbox - 302241985a2e6985134a150fb7a46a3abdd15614 authored over 10 years ago
github.com/bluez/bluez-sandbox - 6d6d69e0cb447b1c72a659a2185ffd729d3c9a19 authored over 10 years ago
This fixes following valgrind report:
==3093== Syscall param writev(vector[...]) points to unini...
This refactor code that was using RFCOMM_UIH so it can be reused.
github.com/bluez/bluez-sandbox - bc9e863b3a92608e47b2028f8da55c90d40ffbc0 authored over 10 years agogithub.com/bluez/bluez-sandbox - 82b8e31857f5c15cc191122a19da29aabe8f8d18 authored over 10 years ago
github.com/bluez/bluez-sandbox - 1d2f2732a50cd667039794f2d7a87cd4d3f18a17 authored over 10 years ago
Returning -1 normally is used when errno is set which is not case so
instead return -ENOTCONN.
github.com/bluez/bluez-sandbox - 626f5678d6196916605070dc715963ec8c9355eb authored over 10 years ago
github.com/bluez/bluez-sandbox - c7d2bd837f7386151c5bc3109a5213d00a5e5c60 authored over 10 years ago
github.com/bluez/bluez-sandbox - d201b2bfee18767403e8921943e9b6f1140356b4 authored over 10 years ago
This uses scatter io to avoid extra copies inside l2cap_sig_send
github.com/bluez/bluez-sandbox - 9da0e88c0da7a45fb283819c0e6c5a853d72452f authored over 10 years agogithub.com/bluez/bluez-sandbox - db38b66c92757fe74e3820171dd375153c888437 authored over 10 years ago
Updated PICS, PIXITs and PTS tests results for A2DP.
PTS version 5.3. Android version 4.4.4
Updated PICS, PIXITs and PTS tests results for DID.
PTS version 5.3. Android version 4.4.4
github.com/bluez/bluez-sandbox - 1eb8b05b52bc7e63bcdce29956d07c50c9f43c2c authored over 10 years ago
github.com/bluez/bluez-sandbox - 3c2ebdd0308ef2c1c6e1f2ae67063d9de0e83c54 authored over 10 years ago
github.com/bluez/bluez-sandbox - 316fd52b78647a0a9ebd750c75fa41b1264899c4 authored over 10 years ago
In HALs we usually don't operate on unaligned memory. Only exception
are PCM stereo<->mono mixin...
github.com/bluez/bluez-sandbox - 21d3e1230379dbe50f90427aa4e4c0304fbcf8ba authored over 10 years ago
Those functions operate on aligned buffers so there is no need for
unaligned memory access helpers.
This adds additional logs to match function. In case if compared values
don't match, tester will...
This allows to avoid extra indentation.
github.com/bluez/bluez-sandbox - 9f3b61d5f35d9927ed9df1bcb3250584724fc29a authored over 10 years agoThis adds basic tests for server register, unregister.
github.com/bluez/bluez-sandbox - 152b7c3c80e688b0a1f0dbcaaea6b64294555367 authored over 10 years agogithub.com/bluez/bluez-sandbox - 16dffece61b6282e4944516fe29ad931665eafb8 authored over 10 years ago
This makes unified id numers for both gatt server and client defined
as application id.
github.com/bluez/bluez-sandbox - 2ac4e7cc5cc6be9ba07ec9d8c78ecae9295d9743 authored over 10 years ago
github.com/bluez/bluez-sandbox - 9838cb51c36c58036858b19df9804275e33cd36f authored over 10 years ago
github.com/bluez/bluez-sandbox - 212245a0976be6afde0d046482cea1af923bf0a9 authored over 10 years ago
github.com/bluez/bluez-sandbox - 67656f8ec9be1979e08b4e9f2710e7f797b565bd authored over 10 years ago
github.com/bluez/bluez-sandbox - 3e7a93b71acea679f4c4de4479b6b2bd7080c759 authored over 10 years ago
If read failed due to signal or blocking watch was removed resulting
in closing /dev/vhci and em...
Last reference to session may be dropped while calling connection_lost
so move watch ID clean be...
github.com/bluez/bluez-sandbox - 741c656a241f683ac900c40c9bd3b46049601cb9 authored over 10 years ago
Dial uses variable length data, check if we received as much as was
declared. This fixes two neg...
github.com/bluez/bluez-sandbox - 64d769dbaacfd5b155feed3e79343277b1c507e9 authored over 10 years ago
github.com/bluez/bluez-sandbox - 0486459949e08faa81773bf71da3681956b40a15 authored over 10 years ago
github.com/bluez/bluez-sandbox - b791e471a8697547e3875cb071a789feea36bf84 authored over 10 years ago
github.com/bluez/bluez-sandbox - 9ed3185bcb2d4de4cd21fb21387e8612bee2804d authored over 10 years ago
github.com/bluez/bluez-sandbox - b31ac7ea02f0b1e1de7e4cd458cb84e770e65514 authored over 10 years ago
github.com/bluez/bluez-sandbox - 9f038ce801ae6699834e256818182dda3bad7e25 authored over 10 years ago
prop is assigned in the beginning of for() loop. Fixes warning:
...
android/main.c:336:3: warnin...
This makes a simpler API and document the fact that they cannot be used
together.
Support for decoding AVRCP AddToNowPlaying added in Bluetooth
monitor.
Support for decoding AVRCP SetAddressedPlayer added in Bluetooth
monitor.
Support for decoding AVRCP GetPlayStatus added in Bluetooth
monitor.
Support for decoding AVRCP PlayItem added in Bluetooth monitor.
github.com/bluez/bluez-sandbox - adbe760e35d98e5d4765a022e213539ae91601c7 authored over 10 years ago
Support for decoding AVRCP RegisterNotification added in Bluetooth
monitor.
Support for decoding AVRCP SetAbsoluteVolume added in Bluetooth
monitor.
target Executable: btmgmt (out/target/product/mako/obj/EXECUTABLES/
btmgmt_intermediates/LINK...
github.com/bluez/bluez-sandbox - 419bd56a4f3e143056935a6c9845ce988fd29d61 authored over 10 years ago
github.com/bluez/bluez-sandbox - 858f8e5d1ab9a9e5807e833fb1f6c0a23d049504 authored over 10 years ago
github.com/bluez/bluez-sandbox - b116b6babb24ae5ae0f61813b00c7b7db86d2836 authored over 10 years ago
github.com/bluez/bluez-sandbox - d4faea365ee0b2f6491866a7442e66d10ca5f069 authored over 10 years ago
github.com/bluez/bluez-sandbox - 43e4419a743263b89416c4448b8d22e72b91c6ac authored over 10 years ago
github.com/bluez/bluez-sandbox - 508e129d75782f2dfe0edf05973c24af6b91f633 authored over 10 years ago
github.com/bluez/bluez-sandbox - 9b912ea92537cf9add1e50fac54fd58f80db9c6b authored over 10 years ago
github.com/bluez/bluez-sandbox - e4424b2aed4df92139133850a7edc25d35ce2f8d authored over 10 years ago
github.com/bluez/bluez-sandbox - 37da13b34ad0092b1a8155e9f0f310d154c456c9 authored over 10 years ago
github.com/bluez/bluez-sandbox - 70f908767216c36bdcf0243474194c782eb95ec9 authored over 10 years ago
Test calling write characteristic with wrong params.
github.com/bluez/bluez-sandbox - 6a246e93843bd28f703d631f8c1f7cc139e585b6 authored over 10 years ago
Functions which refers to specific actions should have "action"
suffix.
It will service GATT Client read/write callbacks.
github.com/bluez/bluez-sandbox - 2bed3e845f1fea902823804cd568fd50025c705f authored over 10 years agoSet proper status in write characteristic callback data struct.
github.com/bluez/bluez-sandbox - 40ba906935860b08de7d4b1800cf3a7a161d621a authored over 10 years agoTest write characteristic with Insufficient Authorization error.
github.com/bluez/bluez-sandbox - 1e036605e299343be7d082683a7e0a4d01329a36 authored over 10 years agoTest Characteristic write request.
github.com/bluez/bluez-sandbox - 2a6c6abdaf15c36fc0796d3e5fbb5f129e23d6d0 authored over 10 years agoTest Characteristic write command.
github.com/bluez/bluez-sandbox - f3c0faab30f5af7b2449619407ea439431ac4af0 authored over 10 years agoTest reading descriptor with wrong params.
github.com/bluez/bluez-sandbox - ed3f0dffec648424200d78d0782007d9f6e8db89 authored over 10 years ago
Test reading descriptor's value while Insufficient Authorization
is returned.
Test Reading Descriptor Value.
github.com/bluez/bluez-sandbox - 64e55541f89b137b71d45c77ec85b9273117df57 authored over 10 years agoTest Reading Characteristic value with wrog parameters.
github.com/bluez/bluez-sandbox - 8a4f784e855a26b63052234d8cd40d3d563cb419 authored over 10 years ago
Test reading Characteristing while Insufficient Authorization
is returned.
Test Characteristic Read request.
github.com/bluez/bluez-sandbox - 21c1257011f392446bb85837a07fe37d94e08fb7 authored over 10 years agoThis variable should be defined as static.
github.com/bluez/bluez-sandbox - 9b0ff68dfa313f54f56fa0dea4ec654180cad663 authored over 10 years agoIt may cause NULL pointer dereference.
github.com/bluez/bluez-sandbox - 6791d2b2ac150e573ec22894603d633bdb4b4ef5 authored over 10 years agogithub.com/bluez/bluez-sandbox - 7426f4ca110caa5d5d7b6ce16138ef11448c697f authored over 10 years ago
Those tests are periodically broken every time default IO capabalities
are changed. This patch s...
CC android/pan.o
android/pan.c: In function 'bridge_if_down':
android/pan.c:153:33: erro...
CC obexd/plugins/obexd-filesystem.o
In file included from obexd/plugins/filesystem.c:40:...
CC profiles/alert/bluetoothd-server.o
In file included from profiles/alert/server.c:49:0...
CC profiles/alert/bluetoothd-server.o
In file included from profiles/alert/server.c:49:0...
C src/shared/hci.o
src/shared/hci.c: In function 'send_command':
src/shared/hci.c:139:2: e...
This fix number of includes for <sys/poll.h> instead of <poll.h>
CC tools/hciattach.o
I...
CC android/android_audio_a2dp_default_la-hal-audio-sbc.lo
android/hal-audio-sbc.c: In fu...
Fix multiple errors similar to:
profiles/sap/sap-u8500.c: In function 'send_request':
profiles/...
Fix number of build errors similar to:
CC android/client/android_haltest-tabcompletion....
github.com/bluez/bluez-sandbox - 114b5a3fc7095515b798f7d08aaeb731fcb5383f authored over 10 years agotid 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
CC lib/hci.lo
In file included from lib/hci.c:39:0:
/usr/include/sys/poll.h:1:2: error: ...
Support for decoding AVRCP GetElementAttributes added in
Bluetooth monitor.
Remove copy-paste artifact.
github.com/bluez/bluez-sandbox - ecd5afd6748eba95548ca7c80ef6b372ba82e5b0 authored over 10 years agogithub.com/bluez/bluez-sandbox - bfcadcc9132be5809203d73bf33af545d356cf50 authored over 10 years ago
btgatt-client now sets a service changed handler by calling
bt_gatt_client_set_service_changed.
This patch introduces the bt_gatt_client_set_service_changed function which
allows upper layers ...
If the GATT service on a peripheral changes gatt-client unregisters its handler
for "Service Cha...
This patch adds the discovery step of handling "Service Changed". A primary
service discovery is...
This patch implements the first step of handling "Service Changed", which
involves removing all ...