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/
The Variable 'written' is reassigned a value before the old one has been used.
github.com/bluez/bluez-sandbox - 6df32c89da8ddb98376a868e8d251e810e89b22e authored over 10 years agoChecks for NULL value before passing to the callback.
github.com/bluez/bluez-sandbox - 621861cd84d6f4522b35b16b10a347e733808dda authored over 10 years agogithub.com/bluez/bluez-sandbox - f6158338323e3bb0a7cb1f7bb87167b1acb78a52 authored over 10 years ago
github.com/bluez/bluez-sandbox - 2cd3c15a72e513d407ec5e9ecc00e8c5a86483b2 authored over 10 years ago
github.com/bluez/bluez-sandbox - ab42853d61acc06dd7d0065a346378c713ad5614 authored over 10 years ago
This adds a common check before passing the event value to the callback.
github.com/bluez/bluez-sandbox - 60ebd27931f2f9241e1ddad521af36c0ed991524 authored over 10 years ago
In case an event is received twice, due to remote side misbehaving or
not, it would leak the pre...
When subscribing to the D-Bus signal NameOwnerChanged from the bus driver,
specify the object pa...
Modified the design of AVRCP callback functions.
github.com/bluez/bluez-sandbox - 8b0792b830277f79e143cb25af9d2df841c957dd authored over 10 years agogithub.com/bluez/bluez-sandbox - 071b1667fa0ba2eb1612c51ccf7b4bbae28a333a authored over 10 years ago
github.com/bluez/bluez-sandbox - 762e61259f999966ee318f25e5cbf7cf13d362ad authored over 10 years ago
github.com/bluez/bluez-sandbox - e9b93bef829b84c7c8a887071ac2a6c5d9a1877d authored over 10 years ago
github.com/bluez/bluez-sandbox - f5b9087ab69103961e9fe4d13667ed2c19a8e205 authored over 10 years ago
github.com/bluez/bluez-sandbox - d216f0d0656d0a41323f172f89374a0dbe4a9c9a authored over 10 years ago
github.com/bluez/bluez-sandbox - d086d9565ab447722934ce750df95a45f649e4ba authored over 10 years ago
github.com/bluez/bluez-sandbox - 2475bdc197bcf7a6f4f7a8c60a072fde85154235 authored over 10 years ago
github.com/bluez/bluez-sandbox - 5a40cdff80f193a92fe07f9d38c9374849a8ee1a authored over 10 years ago
g_io_add_watch function takes own reference so local one needs to
be dropped. Fix following Valg...
These changes add support for PBAP 1.2 features, the idea is that upon
connecting the stack will...
Properties related to HFP/HSP are no longer available since BlueZ has
no native support of those...
github.com/bluez/bluez-sandbox - aa91fca41072a73262bafecb8939329f82207054 authored over 10 years ago
To be consistent with existing code for handsfree
github.com/bluez/bluez-sandbox - 25283f82a9b33274c9177aa11e81e3a54391f3e1 authored over 10 years agogithub.com/bluez/bluez-sandbox - 1ebf3301a02784424576d5ef63f1d059f1f5338d authored over 10 years ago
github.com/bluez/bluez-sandbox - 5bc235fb6e155662e10bc3a4dbcf53449ed8e554 authored over 10 years ago
github.com/bluez/bluez-sandbox - 2770fba53fbe658e9a16ef1faa48da1f3001679b authored over 10 years ago
github.com/bluez/bluez-sandbox - b6408111d0afd270c2ee8684c857ae283187b22c authored over 10 years ago
It tests searching for descriptors in characteristic.
github.com/bluez/bluez-sandbox - 4c7aef5c1a379dc9577380a195e320c0d2641af6 authored over 10 years agoNo descriptors will be found in this test case.
github.com/bluez/bluez-sandbox - 0adbb18369de1e80ea28c99838a1d69f3d47fc53 authored over 10 years agoIt tests searching muliple descriptors in characteristic.
github.com/bluez/bluez-sandbox - 9409e29f1ce28bca8ec59d9ad55c73ceb6536fa1 authored over 10 years agoFirst descriptor should have instance ID with 1.
github.com/bluez/bluez-sandbox - f10a24767c986a808f07795002d4586606a80c1f authored over 10 years ago
GATT_STATUS_SUCCESS or GATT_STATUS_FAILURE should be send in this
callback.
Characteristics instance id starts from 1.
github.com/bluez/bluez-sandbox - e4511f849df2b4aa08045aac35ef5a062afb5f95 authored over 10 years agoIt tests getting characteristics of non existing service.
github.com/bluez/bluez-sandbox - 89023a4fb19368c992df78a374d69a9b587ec731 authored over 10 years agoNotification should be send to client in case of error.
github.com/bluez/bluez-sandbox - e0c67c33c367d30122cde278af5b015ccd7fcd70 authored over 10 years agoService and verify GATTT Client Get Descriptor callback.
github.com/bluez/bluez-sandbox - 9c2b2a0708b61a2f5a0b74fda05be304a38da57c authored over 10 years agogithub.com/bluez/bluez-sandbox - aa661048999fa5c0f9c1e9ef52efba16d58a4f4c authored over 10 years ago
No included service should be returned in this case.
github.com/bluez/bluez-sandbox - 6a2f283631538fb27078fc2609a1231b30586e6c authored over 10 years agoIt will test searching include services with 128 bit UUID.
github.com/bluez/bluez-sandbox - 7479034420a164108a4160e03639858606ef845b authored over 10 years agoVerify if included service with 16-bit UUID can be found.
github.com/bluez/bluez-sandbox - fb149a59025df75c7f54d47566519ace23bcff29 authored over 10 years agoService and verify GATT Client Get Included Service callback.
github.com/bluez/bluez-sandbox - 366eeed6ec6b9abbb647fa87b566d20579ed8eda authored over 10 years ago
This function is not used since connection parameters are stored from
adapter.c. Also remove no ...
If store hint is not set those should not be stored persistently.
github.com/bluez/bluez-sandbox - 836139b6600b47c00268c9b0960e3ed1bd3b66c4 authored over 10 years ago
This patch adds the "register-notify" command, which registers a
notification/indication handler...
bt_gatt_client now registers an incoming PDU handler for notification and
indication PDUs. The P...
This patch implements bt_gatt_client_unregister_notify, which is used to remove
a previous regis...
This patch adds the "unregister-notify" command which can be used to test the
bt_gatt_client_unr...
github.com/bluez/bluez-sandbox - 09fa845c6204543193d99fcddf832ef4fa4606bd authored over 10 years ago
shared/gatt-client currently defines a service iterator which returns service
data in a copy. Th...
This patch introduces the bt_gatt_client_register_notify and
bt_gatt_client_unregister_notify fu...
Idea about order in this file is that commands goes first and
notifications in the end of file.
...
github.com/bluez/bluez-sandbox - c4d07dfded593316bf66bb59bff00a0341da42ce authored over 10 years ago
SDP client keeps sdp session alive for 2 more second after usage in case
there is need for reuse...
Cleanup function will be used by next patch
github.com/bluez/bluez-sandbox - 7bc5ee49e8303280dfe102d1324dd4f2c35e5625 authored over 10 years ago
Those were previously passing because of ssp handler being not cleaned
between test cases. This ...
This header file has been taken from Codeaurora forum.
github.com/bluez/bluez-sandbox - 0a78bde0fa3ed96265917dd81d88787bf873bdf9 authored over 10 years agogithub.com/bluez/bluez-sandbox - f3ec88e21875cb3f1513c98f9e6b3c56fcfef689 authored over 10 years ago
Data strings should be byte format.
github.com/bluez/bluez-sandbox - fdd99da31ea0e23d340f4bbd040bd63b35bc4c3a authored over 10 years agogithub.com/bluez/bluez-sandbox - 28559cf267bd178d3f79de66a213042afa86b70b authored over 10 years ago
github.com/bluez/bluez-sandbox - 9ca0bce6313ae6d430a4169279785dc186838cbe authored over 10 years ago
github.com/bluez/bluez-sandbox - 57af99eaed035dbc446743d1a85a40e29c987478 authored over 10 years ago
Latest upstream kernel simply ignores unexpected data without
disconnecting so trying to wait fo...
If tester_setup_failed() was called, execute post_teardown() to clean
data created in pre_setup ...
github.com/bluez/bluez-sandbox - bfa32744caee0d434c67327c5f33a3a148ae4688 authored over 10 years ago
It seems some in some version of readline rl_redisplay does not update
when rl_printf is called,...
In case multiple authorizations happen it can trigger a second call to
agent_authorize_service w...
The idle watch used to dispatch authorization should be removed when
waiting services to be reso...
github.com/bluez/bluez-sandbox - 2fb5a1bcccb95cc15f924ee9177a3c98ca40cd4d authored over 10 years ago
For some commands current history line size isn't enough to store it
complete. For complex/long ...
When using bthost_add_l2cap_server the caller expect that both scid and
dcid are the same since ...
github.com/bluez/bluez-sandbox - 3d390cd7edd57ab3c7fa87870641eebf4594af90 authored over 10 years ago
github.com/bluez/bluez-sandbox - eef50fbbf032525f1a5a77bd1d92b70d8825ac47 authored over 10 years ago
github.com/bluez/bluez-sandbox - 79eaf2be7f8ae59d2e82432647eeaff381d5695e authored over 10 years ago
This split the handling of invalid PDU length and not matching
transaction id adding proper debu...
GATT can handle reconnect now, so lets remove that part of code from
here.
Support for decoding AVRCP GetPlayerApplicationSettingValueText
added in Bluetooth monitor.
Support for decoding AVRCP GetCurrentPlayerApplicationSettingValue
added in Bluetooth monitor.
Support for decoding AVRCP SetPlayerApplicationSettingValue
added in Bluetooth monitor.
Support for decoding AVRCP GetPlayerApplicationSettingAttributeText
added in Bluetooth monitor.
Support for decoding AVRCP InformDisplayableCharacterSet added in
Bluetooth monitor.
Removed superfluous call to l2cap_frame_pull.
github.com/bluez/bluez-sandbox - 3002cd44a5e0fe0bf63a8c21ab6c8e65d243183c authored over 10 years ago
Because ssp_handler was incorrectly overriden with default_ssp_req_cb
in previous test case, thi...
It could be set te default_ssp_req_cb and should be set again to
ssp_request_cb.
With this patch once remote is disconnected there is decision taken if
BfA should wait for recon...
github.com/bluez/bluez-sandbox - 472c0d30038239542b3876da8d63f2ae86b16600 authored over 10 years ago
When application does unregister, lets make sure that BfA does not keep
any auto connect devices...
github.com/bluez/bluez-sandbox - 53636a731d793259a63937b9e4e9970b75022c56 authored over 10 years ago
github.com/bluez/bluez-sandbox - 051edc22b224e12f9de45b493f8b1fd204b7875b authored over 10 years ago
github.com/bluez/bluez-sandbox - 7678df16029dd0852c4d539cdc7206729029f4c1 authored over 10 years ago
github.com/bluez/bluez-sandbox - b4f215b51e8bea9516e204158b69267308bc3b1a authored over 10 years ago
github.com/bluez/bluez-sandbox - cd736fa1b5a837c31f053194be9277c80d60db8b authored over 10 years ago
This patch fixes an off-by-one error during descriptor discovery, which results
in an invalid ac...
Moved the bt_gatt_read_long_value function from shared/gatt-helpers to
shared/gatt-client as bt_...
Moved the bt_gatt_write_long_value function from shared/gatt-helpers to
shared/gatt-client as bt...
Moved the bt_gatt_read_value function from shared/gatt-helpers to
shared/gatt-client as bt_gatt_...
github.com/bluez/bluez-sandbox - ff90e4fdb898f45adc35baba034d6b52d7ea8030 authored over 10 years ago
Added the "write-long-value" command which can be used to perform the "long
write" procedure.
Added the "write-value" command which can be used to perform "write" and "write
without response...
Added the "read-long-value" command which can be used to read long
characteristic and descriptor...
Added the "read-value" command which sends a simple read request to the
specified handle.
github.com/bluez/bluez-sandbox - 5f782cbd73d638eea0e9dc19cf7e7760676e482e authored over 10 years ago