Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/bluez/bluez
Main BlueZ tree
https://github.com/bluez/bluez
This patch introduces the SetDiscoveryFilter method, as described in
doc/adapter-api.txt to the ...
This patch adds a new method to allow updating the RSSI property
value with a given delta thresh...
This patch replaces scan type with defined constants, and creates
a new method that can be used ...
992e7f5cb288cee42453fa018c381984c86fd217 authored almost 10 years ago
e30f102315522853046d380a5738cf26cc38afff authored almost 10 years ago
5acac4bfa70465a1b7cb744f351e93ea3f14e6e8 authored almost 10 years ago
This patch adds the --type option to btgatt-server which allows
the source bdaddr type to be spe...
audio_stream_in_frame_size or audio_stream_frame_size can return 0 so
this needs to be checked b...
bt_uuid_to_le is currently broken if the src uuid is type 32 bits since
it does the conversion t...
Drop extra reference before exiting function.
85ffc940f7bb48c563323deff877037b14d5de4a authored almost 10 years agoThis patch use lib/uuid library for uuids instead of local function.
18476390382240fbe5608d1e2c5eedb671eaccbc authored almost 10 years ago
This adds explicit typecasts to an inline function to make it C++
compatible. What follows is a ...
91f595dda9d2f0cba59bb4e014bf552aa9b179d0 authored almost 10 years ago
658961838b4242ea7afcfe9fbdd5f107cadc84fb authored almost 10 years ago
a0e24ed810d34143b92c13c3f5df5783333af714 authored almost 10 years ago
056bd3a8a8c9475170fbed8855bc3cfa01dd671a authored almost 10 years ago
f5b75ed215f84723bfc2577f411d02a1cdde2e17 authored almost 10 years ago
This patch adds test cases for correctly updating the advertising type
when the global connectab...
This patch adds new test cases for the Add Advertising command for the
following conditions:
...
33e5ac86ac49da0869f81c61b66a30850e7316ce authored almost 10 years ago005a1487786e6e42f64ee4e4a41d3173ef0e27e4 authored almost 10 years ago
While parsing sttribute list attrs were not initialized with media
item id.
Conditional jump or...
f5222f068f6fba49e3d38d61731d32136b76f105 authored almost 10 years ago
LEAdvertisingManager1 is still experimental interface and should be
optional. Crash was due to m...
If item length was 0 text was left uninitialized.
53445bfde5014a1c246ada7d0502d2de4c1e4fc7 authored almost 10 years agoMemory allocated by parse_elements() was never freed.
63 bytes in 6 blocks are definitely lost ...
a8283e94e1ecc79b275c613a0fa1dfc72fc32298 authored almost 10 years ago
Implement the UnregisterAdvertisement method of the
LEAdvertisingManager1 interface.
This script provides an example of using the advertisement-data
D-Bus API from python.
Initial implementation of the RegisterAdvertisement function of the
LEAdvertisingManager1 interf...
Introducing src/advertising which will implement the
org.bluez.LEAdvertisingManager1 D-Bus inter...
For all GATT write operation, value remains constant throughout the
transaction. All bt_gatt_cli...
Verify Generic Attribute Profile client behavior when the Write
Long Characteristic Value proced...
Verify that a Generic Attribute Profile client can write a long
Characteristic Value selected by...
Verify Generic Attribute Profile client behavior when the Write
Long Characteristic Value proced...
Verify Generic Attribute Profile client behavior when the Write
Long Characteristic Value proced...
Verify Generic Attribute Profile client behavior when the Write
Long Characteristic Value proced...
Verify Generic Attribute Profile client behavior when the Write
Long Characteristic Value proced...
Our tester framework actually produces much better output.
9aa110e7392fb4329bd1026c62839ef60bd4ef36 authored almost 10 years ago
This seems to fix problems of make check not working in 32 bit systems
with gcc 5.0.
This fixes the following crash on /TP/MPS/BV-06-C:
Invalid write of size 4
at 0x414A98: brow...
43bfe924890134cf4aadefe9a61cb0c81870907b authored almost 10 years ago
0aeff668cbd362b6699d125d28c098c8884d7a95 authored almost 10 years ago
7421293cb8af62d9d5533a2bf81854f5bb248e89 authored almost 10 years ago
Optind needs to be reset to 0 so getopt_long do reinitialization on new
parsing. Otherwise we go...
This patch adds unit test cases for the Add Advertising flags 0-4.
fcdaa6ec592835e4d009958b6cfc94f243c55492 authored almost 10 years ago8980962fb9591b78521d0cf87ca463cc45bdc55c authored almost 10 years ago
Test /TP/SIG/SMG/BV-09-C frees the session after set_configuration is
called causing the followi...
Test /TP/SIG/SMG/BI-19-C was causing the following backtrace:
Invalid write of size 4
at 0x4...
This make sure that while processing a PDU the session callbacks are
not able to destroy the ses...
Our tester framework actually produces much better output.
16d48b4ddce33e50a38777f2b41c128168cb1fe2 authored almost 10 years ago
This make sure that while processing a PDU the session callbacks are
not able to destroy the ses...
Our tester framework actually produces much better output.
54baf9adb66b42735df992943364d8220caaef88 authored almost 10 years ago
This patch fixes an invalid free in parse_byte when an invalid data
string is given:
0 0x00007...
e3d0e44b7d7b6e2bc0c4e5e28a68065fac1e2447 authored almost 10 years ago
This patch improves the usage string that gets printed for the add-adv
command to provide more d...
This patch renames the --discoverable option of the add-adv command to
--general-discov, which i...
This patch makes advinfo print human readable strings for the supported
flags field of Read Adve...
This patch introduces the 'clr-adv' command which allows users to remove
all registered advertis...
This patch adds the --tx-power (-p) option to the add-adv command,
which can be used to request ...
This patch adds the --managed-flags (-m) option to the add-adv command,
which can be used to req...
This patch adds the --limited-discov (-l) option to the add-adv command,
which can be used to ad...
This patch adds the --discoverable (-e) option to the add-adv command,
which can be used to add ...
This patch adds the --connectable (-c) option to the add-adv command,
which can be used to add c...
This patch adds macro definitions for possible advertising instance
flags that can be passed to ...
b148a4edf1303302ac93ab0de68cee6060ddca80 authored almost 10 years ago
Those will be used also by linux implementation so no need to
duplicate them.
Adds a test for the functionality of g_dbus_client_new_full passing NULL
as root_path.
This makes GDBusClient work normally without ObjectManager.
bbd3ff68b9b6168c3590154d7de91a0417d2c3a3 authored almost 10 years agoThis adds initial implementation of GattProfile.UnregisterProfile.
78193c18a3fa96eaa981fdbd9d46cd58be920e1a authored almost 10 years ago
This adds support to unregister-profile command which uses
GattManager1.UnregisterProfile.
This adds support to register-profile command which uses
GattManager1.RegisterProfile.
This ensure it is included in the release tarball.
fdf0ec006e361f1e721a26e6bef2f2d5b6cced69 authored almost 10 years agoThis adds initial implementation of RegisterProfile.
aef75509f1b990995e24ca3e83c45fd274577075 authored almost 10 years ago
This patch adds the --uuid (-u) option to the add-adv command. This
allows callers to specify in...
This patch introduces the add 'rm-adv' command which allows user to
send the MGMT "Remove Advert...
This patch introduces the 'add-adv' command which allows users to
send the MGMT "Add Advertising...
btmgmt now observes Advertising Added/Removed events.
11f3f047881b9b774c547f93608c60e1e010f13a authored almost 10 years ago
During service changed event the characteristics of the modified
services will be destroyed and ...
ca967050478034a4333e89af0fa5cbeee9283aa4 authored almost 10 years ago
f5b246a4d48aba4052ed7edb6719a55d490f2595 authored almost 10 years ago
This patch adds test cases for the Add Advertising command when a
timeout parameter has been given.
Added test cases for the Add Advertising command.
dab319094cb2ac80b038edcdecf7f75a3def8b7c authored almost 10 years ago
This patch adds Scan Response Data related test cases for the Add
Advertising command.
This patch adds test cases for the Remove Advertising command.
97084943870761e21486992163a92c9ddc5babcc authored almost 10 years ago
This patch provides data structures and opcodes for the Add/Remove
Advertising commands and the ...
The LE Advertisement API allows external appications to define
persistent LE Advertisement Data ...
NULL pointer check for name is done before using the same.
982b9c322e11fa86777eb21fa256176ace8f0736 authored almost 10 years ago
This patch makes sure that we do get into infinite loop when doing
get descriptors operation.
I...
5cd26f3366c3d0c1c0bb873e49fd6ea9d0044e2a authored almost 10 years ago
This patch makes sure that we do get into infinite loop when doing
read by type request.
It cou...
d5af19f22cb525b4b2a00cb149064270e2943a35 authored almost 10 years ago
This patch makes sure that we do get into infinite loop when doing
search for characteristics
I...
0d1979bf6eeea21c9df076517751a158673530ac authored almost 10 years ago
This patch makes sure that we do get into infinite loop when doing
search for included services....
This patch makes sure that we do get into infinite loop when doing
search service request
It co...
62effc8b46dd156f6091a091c32e3c3aaffa3d37 authored almost 10 years agoca694d48dbee895e0504769cfdefbf74d6d0229f authored almost 10 years ago
Before adding a check - o/p:
Total: 0, Passed: 0 (-nan%), Failed: 0, Not Run: 0
After check - o...
27f39bc20ef9c8eb7a60373700fbb2a62df20a79 authored almost 10 years ago
Verify that a Generic Attribute Profile server can support cancel
of a reliable write.
Verify that a Generic Attribute Profile server can detect and
reject a Reliable Write Request to...
Verify that a Generic Attribute Profile server can detect and
reject a Characteristic Value Reli...
Verify that a Generic Attribute Profile server can support nested
reliable writing to long Chara...
Verify that a Generic Attribute Profile server can support reliable
writing to a Characteristic ...
This checks the return of gatt_db_get_attribute and fail if return NULL.
ca9bc90b7467f27c8172b46895fa5754ef08416f authored almost 10 years ago76d1b4232c994d79d9935b51fce3debdd19ba0a1 authored almost 10 years ago
The code should proceed to discover all descriptors before moving to
next service otherwise it m...
This verify the code is able to parse services with different gaps
between handles.