Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/bluez/bluez-sandbox
Test Repository. Do Not Clone or Fork.
https://github.com/bluez/bluez-sandbox
df11342eb815f50db228943791fd99f67e6a995c authored about 10 years ago
907c8dac83568ba81427ca091e3f99f1ba203e4d authored about 10 years ago
7763bea0dfb442dd88a489a9db8a520e322b920d authored about 10 years ago
9edcffac26fee9c710ba8b0874f6a46d63f85da8 authored about 10 years ago
1153d40980ba6c54ec82dffd5daf7a11c005c5d4 authored about 10 years ago
This patch adds a ref-count based guard around call sites that invoke
a callback set by the uppe...
When GATT services are discovered, added, and removed, profiles will
be notified using btd_profi...
This patch introduces the "accept" function to btd_profile. The purpose
of this function is to n...
This patch adds a ref-count guard around incoming PDU handling so that
calling bt_att_unref from...
348f12a2d3cdca7590a3ce26bc61032e86ee5d55 authored about 10 years ago
ca95433e207dd231c22ec8a15a6b13fbce477618 authored about 10 years ago
f68a9934844fe80a0b5c86274faf59847c7b8b95 authored about 10 years ago
4975b8d1f46d969029ccdc6217c36841af7bb506 authored about 10 years ago
cc8c8bccd636e0a064721a30e45da9f7747eccf7 authored about 10 years ago
a5a7404d4c38cec5e3694b8987c9d940d0225a50 authored about 10 years ago
d335554c4f65dcdb6665bccc6778219b6068171c authored about 10 years ago
905fe3f84cdf3513ca60756d0e8b179dbccb27c6 authored about 10 years ago
2d66b6f85f12557f5a55c8b431889e49ceffe303 authored about 10 years ago
f91750396153f9804b97ada324eb3ec3f28891e5 authored about 10 years ago
4a3f1493295a624f77c2445363f6f3a11a71004f authored about 10 years ago
e48a1489ac34aa8888edcb87ec95a125a53350c1 authored about 10 years ago
876d488660c16dccb9992984a709dcd34188f636 authored about 10 years ago
19b0bc8cfa816d9f441b813ebb1cee50f611b3da authored about 10 years ago
26ad13383074594c15b08436b7ac6beb13aac5f3 authored about 10 years ago
This split bt_att_unref into bt_att_free so it can be used within
bt_att_new when freeing the data.
There is no need to NULL memebers in bt_att_unref casue att if freed
at the end of function.
cab79780434567cadaad19acb89b85991dcbca1d authored about 10 years ago
Uses queue_get_entries where it is appopriate to do so: focus on
places where there are an unnec...
Iterate through the entries manually to return early for efficiency.
87a75236a7934582b1189efc08237a471d78b8d7 authored about 10 years ago
Function which is useful for iterating through entries with complex
search parameters and termin...
Use queue_find instead of visiting all queue items.
db72587787c58408526da0bf92f27cdf32525592 authored about 10 years ago
The queue_match_func_t just looking at the API, it's easy to assume that
both arguments come fro...
String copy function overflows destination buffer.
strcat(str, "LinkKey ");
^~~~~~~~~~~~~~~~~~...
Since MISC_FLAGS now checks for enable_coverage to add --coverage flag
the check for lcov needs ...
cd97753ba5c5d12168419bf213794e76ec71d94f authored about 10 years ago
This make use of queue_remove_if instead of queue_find + queue_remove
whenever possible.
This make use of queue_remove_if instead of queue_find + queue_remove
whenever possible.
285606e12a5134f9c455ad882b0505aa48d9af4a authored about 10 years ago
When parsing descriptors the code sometimes skips if the handle is
outside the characteristic th...
This patch integrates the gatt_db service callbacks into btd_device.
Based on the event, the dev...
This patch renames the device_attach_attrib function to
device_attach_att to remove ambiguities ...
This patch changes the GATT service discovery code path with the
following:
- As part for dev...
Added the g_attrib_get_att function which returns the underlying bt_att
structure associated wit...
This patch adds an "int err" argument to the disconnect callback.
shared/att obtains the value o...
btd_device is now notified of ATT channel disconnections by registering
a disconnect handler wit...
This patch fixes a bug where not correctly setting the success field of
the discovery_op instanc...
This allows to log without logwrapper.
0c8820004f9b5c2cd4780112fcd55fe8606ea4f1 authored about 10 years ago
Those services now log directly to Android logger so no need for
logwrapper which was causing is...
Lollipop enabled SELinux in enforcing mode but doesn't provide
proper policy for logwrapper. All...
This makes haltest options consistent.
f6f7d83d8d5c64aed8420f41c4fecabfa65e94c5 authored about 10 years ago
This adds 'ivi' option for haltest. With this option only IVI roles
will be initialized. Running...
This function grown to big. Factor out more complex properties to
separate helper functions.
With single mode controller LE or BR/EDR IO might be NULL.
42fa7fa74b83b0b1a6d3cb8ab38126b1e2979c3d authored about 10 years agod840b56bae7616d96fec1d30e91afd64a8d68b76 authored about 10 years ago
IPC handlers should be always registered even on older Android.
Otherwise we risk IPC error if d...
This flags were added because calling function like queue_foreach were
not safe as the callbacks...
This flags were added because calling function like queue_foreach were
not safe as the callbacks...
bd58c3129feb3e1a4c65bde5769cbec11b4008c7 authored about 10 years ago
327d6812cd1336c437e1dfa50b706ada5f77fd43 authored about 10 years ago
9c4fbdac89eb54be7de05fdaacf68cad040e00ee authored about 10 years ago
93114534830651aa9da214ae8062ed6c3e2d9c93 authored about 10 years ago
5fea34a7e045949e48d22651cf1c4f836fbbc7bd authored about 10 years ago
6ca36f7fa5a2a8346507ebb5e8ea55416ad98644 authored about 10 years ago
84afc16b00902c63b7f54f32986f65e0d8aa37c7 authored about 10 years ago
f0d406853a68f8cec9c20ff6a20637073b6740dc authored about 10 years ago
40c8e64aadc2e29bef66c74969cb16694245ed80 authored about 10 years ago
Android framework requires 128 bit UUIDs to be passed to it. It was
expected that bt_string_to_u...
5049de306a222e4ceee6e2fd8113dd25a93e42fd authored about 10 years ago
73ac6685161666e3c96478f98c88c5573909ef40 authored about 10 years ago
769b62e8354bc0fff6fd0fe754c94f8655d51b22 authored about 10 years ago
4e7069094f65679188a3b490e68949102ac00b31 authored about 10 years ago
70d01766d5703d9530fe190707df3d4b2d540f06 authored about 10 years ago
e17038b6d682aef84ad6e66f0d8c85d11ef871ce authored about 10 years ago
06159d7ab3202104b6345dac7f94ed714d74fcbc authored about 10 years ago
4b2318b60dd35198919dc601cb79253026b54586 authored about 10 years ago
2eaec923bf23aaeedf4391d1a48339906f52bd6b authored about 10 years ago
527d7ecd6808febb5c0c575c14598e9f993d5330 authored about 10 years ago
87b0dde50370c6cadf019a98f28858c0fa52b8c5 authored about 10 years ago
f58086c23f18af5657fd4af1753efcc66adc9d90 authored about 10 years ago
8779f3db6cbb2a9e1d64842ea2d58eec2ed9fc59 authored about 10 years ago
5019ebe2fd0a4585b571ffff5e824a2aa9515672 authored about 10 years ago
03336eed5a314a01187243ecd3598a620f13b8a4 authored about 10 years ago
8470d254636888f0b1fee893b1c5192b240e5c95 authored about 10 years ago
d6c1d96051c5efda7996f95892704ce63e0d4bee authored about 10 years ago
78cbdd40b2c4a10f7b6de53dc82663f2eaed523e authored about 10 years ago
ce49d2b39b51ddb8bc9cb23762fc201b557175fb authored about 10 years ago
aa54d8ef9ee0fb42ad646636f844e999716af29a authored about 10 years ago
93122e95a3d10e2ec5ce839cae418d8f5b268410 authored about 10 years ago
1708f88d126b240e16716355b3b20524c5966112 authored about 10 years ago
ed331a44a333cc7e90d588832048f38fe1d9fedd authored about 10 years ago
70643c3b313c233380114a23ddcc34f40008e109 authored about 10 years ago
fa0003a59c77c7cd2aa70c48b742d2a296ad1982 authored about 10 years ago
00152e751e3a1ec8f281d21a8c6b633fc996a8df authored about 10 years ago
c25dde9492c0e044fe163419c9cc1e4b279f46d9 authored about 10 years ago
fcfa3f8530c1add432d67844872d6200d5d6602c authored about 10 years ago
This flags were added because calling function like queue_foreach were
not safe as the callbacks...
This tests if mgmt_unregister_all can be called within event callback.
2fb97fd691f166221fda3232d634d108daffb0d0 authored about 10 years agoThis tests if multiple events can be received.
329c7184d8818079ca6230e91f3228212cbde0c1 authored about 10 years agod73b544291df287d4381ca6b96ce1718988757d5 authored about 10 years ago
This tests if mgmt_unregister_index can be called within event callback.
c423d3e88c83c2a2c6bcd0d0b2025248773aece0 authored about 10 years ago