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
bd4261d4b5dc9d20cb44ea46378583c8e9cddaa9 authored about 10 years ago
346dab1ba19df3584d5f75f17ccc8bee97114e91 authored about 10 years ago
Fix missing kitkat build failure:
external/bluetooth/bluez/android/client/if-hf.c: At top level:...
This patch adds bt_att_send_error_rsp which sends an ATT protocol error
response PDU over the un...
227370ec54f2e18847e9b9087fed6a1a7d58ba22 authored about 10 years ago
These read-by-type PDUs are repeated multiple times throughout the code.
6c20c1df858ede48515bd72315007b68b18eac57 authored about 10 years ago
Indications require a confirmation reply, and newer APIs require that a
callback is provided. A...
The final PDU of the search single exchange was malformed on many of these:
0x11 instead of 0x10...
e5d2140d741a186e25cd10db9ccdd3a741a7a8bf authored about 10 years ago
ecab9f08bba46f05a0cfde4778339c51f3b30edf authored about 10 years ago
Add command configure_wbs and helpers.
a0a577041cb9f7ff267fa987e5bdd98d49f246a3 authored about 10 years ago12c3a0adb6d69ef7de89cacecf53dc57843fccfa authored about 10 years ago
94339ef471ca8981d1fa6231ad9c7415aec2e02a authored about 10 years ago
ca3a946ef0cfebc00a7a08672b1055375529e114 authored about 10 years ago
PTS version 5.3. Android version 5.0
c2f62b972c63e2bd639352dc26269941c8c0cb55 authored about 10 years ago
GATT HAL implements both client and server. All commands and
notifications are prefixed with pro...
This will help tracking what is missing in HAL implementation.
a0f72648c7ba6f192f7d8f3a0a7cd8cba658d442 authored about 10 years ago
This patch clarifies that 0x80 opcode is reserved and not used. This is
in case we need to intro...
This add definitions for commands and notifications introduced by
Android 5 API.
PTS version 5.3. Android version 5.0
5a1122d4077939f6dc86ee3438708235c9c99065 authored about 10 years agoPTS version 5.3. Android version 5.0
5d28feaffb839e9e4b1165c9dcf03955b3f3bcf1 authored about 10 years ago
This stores Appearance and Privacy values in the db itself since they
are static and don't depen...
3d2eb56d4a0db4e2fbc26da2a168505974846957 authored about 10 years ago
gap_read_cb was never calling gatt_db_attribute_read_result which now
cause a timeout after 1 se...
77a48be1129ca9dbc44fb035105cd3144ee97538 authored about 10 years ago
022a64e7a16999fb1c4e20f7810e83597e96f2de authored about 10 years ago
61b239ee5a6150b0450e0652daeeb3255f0cd6c1 authored about 10 years ago
Add BT_PROFILE_AV_RC_CTRL_ID to profile_ids[].
e966e94099a2b00dc898f4ab50265b0922045a3e authored about 10 years ago
This fixes the following error:
external/bluetooth/bluez/src/shared/gatt-db.c:787: error: undefi...
AttributeValueLength can be 0 which would lead to use uninitialized
memory, with this changes it...
PBAP Record output captured from sdptool:
Attribute Identifier : 0x0 - ServiceRecordHandle
In...
IrMC Record output captured from sdptool:
Attribute Identifier : 0x0 - ServiceRecordHandle
In...
Add PbapSupportedFeatures(0x0317) to PSE Record.
PTS Test case passed:
TP/SSM/BV-11-C [PSE Shar...
If gatt-client discovers the "Service Changed" characteristic but
doesn't discover a Client Char...
This adds a timeout (1 second) to attribute operations since these can
cause unexpected transpor...
This patch fixes a bug in which "0" was passed as the start and end
handles of the service chang...
c1a01d084bdfd5ce6ec2934f752dbec3098d852d authored about 10 years ago
95ecb56834f2f122b236aedd7d27fad8b51231c6 authored about 10 years ago
This function adds handling of handsfree client disconnect.
This patch also moves device_set_sta...
4b726a259175ea614a28bce1fcf9b6615e4dd1d6 authored about 10 years ago
This patch implements SLC procedure for HFP HF.
1fb723bba461028740379be0d3cde729cd3ded1e authored about 10 years ago96d13eb6d3d3e6b3e5fb16e11beda91cd1f5ab64 authored over 10 years ago
cf52a40302d0d20ccca22a7a1f53e46ef8abfca8 authored over 10 years ago
AVRCP GetElementAttributes formatting issue for AttributeValue fixed.
AVCTP Control: Resp...
5a2eb0093a04969d03ad7bf1397b432f4b7d5ffc authored over 10 years agoopcode can now be zero, since that is BT_ATT_ALL_REQUESTS
d14295005ed9e4757a7cca45f9ea6d640b428c7e authored over 10 years ago
This patch adds support for handling ATT "Execute Write" requests for
the server role.
This patch addresses warnings that arise when compiled with
-W=cast-align.
shared/gatt-server has been introduced, so removed that item. Added new
items for remaining tasks.
This patch add support for handling ATT "Prepare Write" requests for the
server role.
This patch introduces new functions for sending notifications and
indications as a GATT server.
This patch implements the "Find Information" request for the GATT
server role.
This patch implements the "Read Blob" request for the GATT server role.
828fdf6f858c6821a682bca183126f4474cb2c75 authored over 10 years agoThis patch implements the "Read" request for the GATT server role.
93805dec89b7c4285cdb5df18c6d55dc7b705a57 authored over 10 years ago
This patch implements the "Write" request and command for the GATT
server role. Writes are deleg...
This patch adds handling of incoming confirmation PDUs to shared/att.
The code makes sure that t...
This patch implements the ATT protocol "Read By Type" request for
shared/gatt-server. Logic is i...
470285fc72e26020ab1ba6f635075845594d9026 authored over 10 years ago
e6eb74c5b3f7a194c8c8f369ed15edeef087b543 authored over 10 years ago
9b090fde505f274c40e1bd046841254aa8b854d2 authored over 10 years ago
748446c15071a49391e5359c3f3c3c425513751e authored over 10 years ago
49c70322815c87fa7479937d7592eb37f8fd32a3 authored over 10 years ago
d72aab9a665f8392d897854203b75379145754ca authored over 10 years ago
0867017681de8a170c93a3650b4472daa19f191b authored over 10 years ago
48df24ba9402b5cbc0e5b530cb8674e408b95be9 authored over 10 years ago
This patch adds devices queue eventhough we are going to support only
one HF device at once
This patch adds service record for HFP 1.6 HF role
Note that we do not fix codec negotiation fe...
8e71a9f2ee4ec52f52b7ff7c8ac2cdb3e16fc70d authored over 10 years agoChanges made to decode MCC frame in RFCOMM for btmon.
RFCOMM: Unnumbered Info with Header...
bbee1ad5c78c8ee9c16d0df90d0f7b46e3db01a8 authored over 10 years agoChanges made to add initial code to support RFCOMM frame in btmon
btmon logs:
RFCOMM: Se...
3d92c0289c41fdf2d1a4975a070323ac0c0048aa authored over 10 years agoChanges made to decode UIH frame in btmon.
In below UIH frame, MCC frame is present, so no cred...
4ebdfcce8c6137e45ad717a99fd3a3211cf27792 authored over 10 years agoChanges made to decode RFCOMM hdr and print the same.
RFCOMM: Unnumbered Info with Header...
2f371db645a69423e4afd398987bfff395567073 authored over 10 years agoce4845a4de4362829c85bd7a8c10d65fe712ecd1 authored over 10 years ago
dd13d2d56eb4cef9f3d7e052094be4ea26f4d457 authored over 10 years ago
6a9d25d1156d28ce3622a8a41ab439277f1e71e7 authored over 10 years ago
d6bf5e87b35357e5eb42c2fd70b431c2415d7e15 authored over 10 years ago
We should behave the same as when we connect using active scan.
e06725834c5282fe393fb24ece7a0aaf4000517d authored over 10 years ago7ad8f2d33ecf88c5e18d529dc6b8da69fbf55cb8 authored over 10 years ago
da417ca0b32c00b7fc90d98464a4bcc8e681a9f4 authored over 10 years ago
d6297f8bdefb5027e5a2b996f5291693c03659ad authored over 10 years ago
face37796d2006b3be381eee790a4b2567b369b7 authored over 10 years ago
716edaa41218fdcf465f2bdcdebf124a67b08cbf authored over 10 years ago
01102c26bcfc84fec00ec87e86b0406dc752a519 authored over 10 years ago
Use shell only instead of bc calculator for checking Android version.
This also removes ANDROID_...
e50742b6bbd5cf0e6f696a74f953cd682a04122e authored over 10 years ago
Those functions now don't take application ID parameters.
4794c6e6b3bf55cba69e4726f29198c070d94692 authored over 10 years agoOrder of parameters was changed in Android 5 API.
fbb9008102f06d7e7c66d41ecc80c4f7e60826fc authored over 10 years ago
Callback declaration was changed in Android 5 so parameters order must
be updated. Android Frame...
Android headers are used for Linux host build.
4c150a0a5b35fdf273ecda674c19c5a3ec1dfbe8 authored over 10 years ago
BLUEZ_EXTENSION is replaced by ANDROID_VERSION >= PLATFORM_VER(5, 0, 0)
check.
cf495fb1f0c45b9d0a7c7bbdfb386f155b75015f authored over 10 years ago
496e962769b589980499a35e1b6a21a586b3048c authored over 10 years ago
This rework the API to use gatt_db_attribute whenever possible which
simplify the code adn reduc...
Verify Generic Attribute Profile client behavior when
the Read Characteristic Value procedure fa...
1030023dd2b3ed1b96972798ef5066eea71c0119 authored over 10 years ago
2916f23a25766451feb302edb74d2963a7ef4b66 authored over 10 years ago
7353c6a4de4978ebc29fea6ae5f9399fb0d2aa5e authored over 10 years ago
In prep to use shared stack, this is unused and not functionally
supported by bt_att.
Verify Generic Attribute Profile client behavior when
the Read Characteristic Value procedure fa...
Simplify macros for defining test cases.
6cad2038bddfc8015c840dc055287d12b948ad4c authored over 10 years ago
Free services list in discovery_op_unref. If discovery has been
interrupted, services from disco...
Verify that a Generic Attribute Profile client can find all
Descriptors of a specified Character...