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

tools: Fix compilation errors with musl

This fix number of includes for <sys/poll.h> instead of <poll.h>

CC tools/hciattach.o
I...

51ec4fd847369bc77e72850fe93d727ae9c656b9 authored over 10 years ago
lib: Fix compilation error with musl

CC lib/hci.lo
In file included from lib/hci.c:39:0:
/usr/include/sys/poll.h:1:2: error: ...

b1ed44f5deace382b2a03529e3d04bb7e7bc9e84 authored over 10 years ago
alert: Fix compilation error with musl

CC profiles/alert/bluetoothd-server.o
In file included from profiles/alert/server.c:49:0...

fc4050dcea173c61f8409a6c36f7fa5d7692642e authored over 10 years ago
shared: Fix compilation errors with musl

C src/shared/hci.o
src/shared/hci.c: In function 'send_command':
src/shared/hci.c:139:2: e...

46f67847f7174caebdca3cc8dec093716fe4fe67 authored over 10 years ago
obexd: Fix compilation error with musl

CC obexd/plugins/obexd-filesystem.o
In file included from obexd/plugins/filesystem.c:40:...

29ec84e8d21f85c85be3104e29274d5328b7868e authored over 10 years ago
android/pan: Fix compilation error with musl

CC android/pan.o
android/pan.c: In function 'bridge_if_down':
android/pan.c:153:33: erro...

56545bb25d07af11b12d2afddeb7e187aed8edbf authored over 10 years ago
core: Fix compilation error with musl

CC profiles/alert/bluetoothd-server.o
In file included from profiles/alert/server.c:49:0...

37cd91c3bf02d0371ede26cce4b8b4823a9430a9 authored over 10 years ago
Monitor: Add AVRCP GetElementAttributes support

Support for decoding AVRCP GetElementAttributes added in
Bluetooth monitor.

665c517776df6b87a9fe925144ce2a2ef228379d authored over 10 years ago
shared/gatt-client: Remove stray line.

Remove copy-paste artifact.

ecd5afd6748eba95548ca7c80ef6b372ba82e5b0 authored over 10 years ago
TODO: shared/gatt-client now handles Service Changed

bfcadcc9132be5809203d73bf33af545d356cf50 authored over 10 years ago
tools/btgatt-client: Set service changed handler.

btgatt-client now sets a service changed handler by calling
bt_gatt_client_set_service_changed.

a7d53b96e2fe6a5240ce94948e9d481a2b9bed9c authored over 10 years ago
shared/gatt-client: Add bt_gatt_client_set_service_changed.

This patch introduces the bt_gatt_client_set_service_changed function which
allows upper layers ...

01a0c62890b8475ee7af228bca019920f68da6e8 authored over 10 years ago
shared/gatt-client: Add handler for "Service Changed" if GATT service changes.

If the GATT service on a peripheral changes gatt-client unregisters its handler
for "Service Cha...

d54f76a710d456cb8b2cc42478ae3e15de749afe authored over 10 years ago
shared/gatt-client: Rediscover services within changed range.

This patch adds the discovery step of handling "Service Changed". A primary
service discovery is...

6f26943b1bd84df0479a420c2a1232d3d8d0e2ab authored over 10 years ago
shared/gatt-client: Remove effected services from cache on Service Changed.

This patch implements the first step of handling "Service Changed", which
involves removing all ...

83612212481e09a23f53cd1f5d2a95fb528ef327 authored over 10 years ago
shared/gatt-client: Register "Service Changed" handler as part of init.

This patch changes shared/gatt-client so that a struct bt_gatt_client
registers a handler for in...

f82aa0c7769d5e56184bdcc1f0354e3aff389b5d authored over 10 years ago
shared/gatt-client: Make service discovery more modular.

This patch makes the existing service discovery procedures more modular by
making the following ...

97719697b1e2b7bd606e6fb822b294ef2a68ad2f authored over 10 years ago
shared/gatt-helpers: Allow service discovery by handle range.

This patch adds the "start" and "end" parameters to
bt_gatt_discover_primary_services to allow r...

8e97aeb5451ccb33803742bb639d5af7942b7b8a authored over 10 years ago
shared/hfp: Remove not used permissive_syntax value

It was planned to be used in case of some unspecified commands, but in
the end we did not have t...

570c9356a987e1b20feb4f3b8dda31e860cc33ba authored over 10 years ago
android: Fix not clearing up start timeout watch

If start failed due to no adapter being ready before timeout fired
invalid watch was removed on ...

c6f144420ba0da4e5f4b76d5999c01b8aadb8778 authored over 10 years ago
android: Use common watch for start and shutdown timeouts

Both start and shutdown timeouts use same callback function. This
also fix not removing watch on...

6d7bbf76df5aeea4852ff4860df864b9f51a9c0c authored over 10 years ago
android: Move BLUEZ_EXTENSIONS to AM_CFLAGS

5ea5f32bd785f93a1bc6961b763fe6780b876a0d authored over 10 years ago
android/build: Add BLUEZ_EXTENSIONS to default cflags

This is to be sure that all modules knows when we use extensions.

e704147b446c253386aa342a74912dcbca4fbd51 authored over 10 years ago
android/handsfree-client: Implement hf client events

This patch implements skeleton for following events:
1. Volume Changed event
2. Command Complete...

8bef2d6e660be9b602d458da11ad93d2c39732c6 authored over 10 years ago
android/handsfree-client: Implement hf client events

This patch implements skeleton for following events:
1. Call Indicator event
2. Call Setup Indic...

7d0a423e89f7fc15e518a28970e141ce5a0c97a3 authored over 10 years ago
android/handsfree-client: Implement hf client events

This patch implements skeleton for following events:
1. Network State event
2. Network Roaming S...

d346ba92fb53ced7c707b9e4d636b9436337bffb authored over 10 years ago
android/handsfree-client: Implement hf client events

This patch implements skeleton for following events:
1. Connection State event
2. Audio Connecti...

acc2181e7dde714ac568a09df68ef464771c0364 authored over 10 years ago
android/handsfree-client: Fix defines for action command

50f81aa7b25dd4fa4f35736b5894b94c0c6a5eeb authored over 10 years ago
android/hal-ipc-api: Fix location size and add missing feature list

This patch changes location size of Dial Memory command to 4 bytes in
order to be consistent wit...

4d81293013ef73f15816e4f02e3f6a77e25f5f44 authored over 10 years ago
android/hal-bluetooth: Fix wrong length in configuration command

HAL was sending extra byte at the end of command. Refactor code to
use pointer + offset and avoi...

0c4a249552fc855a19be316be780895ba6b5410f authored over 10 years ago
android: Add debug prints with configure options

f917761740eea40c55778bf1c0c753b2dc5807a7 authored over 10 years ago
doc/obex-api: Mark DatabaseIdentifier as optional

There is no need to declare DatabaseIdentifier in case it is invalid
since by omitting it should...

a85ffb4ae449567d74b48fd701c60d583f4eadd6 authored over 10 years ago
obexd: Fix the double check for agent

Removes the check for NULL agent.

cf5361615e4bf2468fe963f690b2c398071e215f authored over 10 years ago
android/hal: Add helper for quering config from Android properties

Helper searches config in "persis.sys.bluetooth." and "ro.bluetooth."
namespaces and allows to f...

0ff83edff0c13fcea2a2a1b21365867fd01e098a authored over 10 years ago
android/README: Update customization section

a24856291bcd0db8d4deece223e76856ff835b9f authored over 10 years ago
android/bluetoothd-wrapper: Fix indentation

f7719796212356264c3cf174900d15b9578ec025 authored over 10 years ago
android: Use helper for accesing Android properties

bc5b5fdf13f67fb2af564aba802ea498bb8c288b authored over 10 years ago
android/bluetooth: Use model name for default adapter name

ca5140b3e8308bf30de5bcc3606b20e2d3adaac5 authored over 10 years ago
android: Add support for configuration command

675abe2664e45685364159f6b084b7ad377dce70 authored over 10 years ago
android/gatt: Use configuration data for device information profile

c829bff4e7f7046890c30aff6e55e1c26ca4eb63 authored over 10 years ago
android/hal-msg: Add configuration command

0fc4116e22a4ecaf1c24c4ff078c8a1d8c08f4c5 authored over 10 years ago
android/hal-ipc-api: Add Configuration command

60169fdd867f8996c867a43e2bba2d27ae3a60eb authored over 10 years ago
android/hal-bluetooth: Add support for sending configuration

6024744b9e455c04564cc26d29f2b34aaf7d9fbf authored over 10 years ago
android: Add functions for getting configuration options

dc24afb0abdc5fffc061d17c99b88fc4404cad1d authored over 10 years ago
emulator/smp: Add full key distribution support

6a96a1f670b56aee7663ee90fda9aca7a6db7695 authored over 10 years ago
test/simple-player: Fix parameter types

a9af8546072199d52810c66ca67f7d825b6d5124 authored over 10 years ago
tools/sco-tester: Make sure voice setting are all zeroed first

a627729717df3ba3ef36d4a6a6703ee007dceb07 authored over 10 years ago
btio: Make sure voice setting are all zeroed first

cf866e55ad00abb29d1e3ff913969edcc5810d35 authored over 10 years ago
emulator/bthost: Add skeleton for passing encryption changes to SMP

5ff28ce7c0d0bd40d222fdd27057371daee797ce authored over 10 years ago
emulator/bthost: Fix setting new encryption mode for failure status

bbcd887764ff284049944b483fad8e5dbc94d02a authored over 10 years ago
doc/test-coverage: Update test count

b80af95fb15785f93eafa0c1ae1248344f9f8c1d authored over 10 years ago
emulator/smp: Use proper defines for SMP opcodes

2c8a8da492a49add65a34ce4af4d3f7a7c122e1d authored over 10 years ago
doc/supported-features: Bump HFP version to 1.6

64d4e42135f9d75dc4a0dec71acee3bc9da0be35 authored over 10 years ago
doc/test-coverage: Update mgmt-tester test count

40d12652d671220d36a466e87836653a2a3c5fbf authored over 10 years ago
mgmt-tester: Add LE Pairing initiator reject test case

893f611e603a14edffee197e7f480fae9acc7234 authored over 10 years ago
android/hal-utils: Fix null pointer dereference

Handles the possible null pointer dereference: bd_addr by checking it
against null.

e2eed50f50bdbe01b1470b2cec5c1135548c14c3 authored over 10 years ago
android/tester-gatt: Minor coding style fix

af6cb38c2dd9b6f966fdc0c800b183d4b9fd9355 authored over 10 years ago
android/handsfree-client: Add Start/Stop Voice Recognition command

e79b5aef278d697bd2cbed87bd2e0f5e7a80b85d authored over 10 years ago
android: Factor out service unregister to helper

60092ba350aac5fdb1991ab68383ebe77a972e91 authored over 10 years ago
android/handsfree-client: Add Get Last Voice Tag Number command

7ff234607a4c4e4b58ea8cc209e00efc6d3ef191 authored over 10 years ago
android/handsfree-client: Add Send DTMF command

bb4743231daf105d5c55d56fb9ece5fba065b62a authored over 10 years ago
android/handsfree-client: Add Retrieve Subscriber Info command

350273a7504401bae31a56e413b07a04cea61d22 authored over 10 years ago
android/handsfree-client: Add Query Current Call and Operator Name cmd

be641ed54a54b9a438b5140af75c5b90bff1ab58 authored over 10 years ago
android/handsfree-client: Add Call Action command

2d5408941e6268b5d98d4c93a690da13c5cafc97 authored over 10 years ago
android/handsfree-client: Add Audio Connect/Disconnect commands

e6e85977cc3f5ddf2de337c7fbf3eaaed8ea3903 authored over 10 years ago
android/handsfree-client: Add Dial and Dial Memory command

800b2b23a3a2f369ba5f2da5e077dce8dd2aa39c authored over 10 years ago
android/handsfree-client: Add Connect/Disconnect commands

9cce589b9a515e2187784e9e2cfa896399e032a1 authored over 10 years ago
android/README: Add information about handsfree-client

795af24596a7da39fb2f14212c4ca97687d36730 authored over 10 years ago
android/handsfree-client: Add handsfree-client HAL skeleton

This patch also introduce BLUEZ_EXTENSIONS flag which is used for not
Android AOSP features like...

8809f1970e1ddfcd777b00a616a802c0fbc7a222 authored over 10 years ago
android/handsfree-client: Add handsfree-client daemon skeleton

4056566559c1f5ace7a2369bc1322965898bc568 authored over 10 years ago
android/hardware: Add HFP Client Interface ID

c498b9be9d9478d9c516b331cbdb9b10691da51f authored over 10 years ago
android/handsfree-client: Add Volume Control command

10c889fa80978f191640bab8151d53f20e63ce75 authored over 10 years ago
android/handsfree-client: Add handsfree-client ID

0ec3d8f118aa8ffa2409236e974a850202f30f2a authored over 10 years ago
emulator/btdev: Fix invalid memory access

125af7e120a3b92616d5e2525290ea9a73f89429 authored over 10 years ago
mgmt-tester: Unify/simplify alternate event checking

3de8d68402ef5522f3b6bb0fc9f0f12acd6d468c authored over 10 years ago
mgmt-tester: Fix specific LTK checks for all tests that need it

47d4e6cb62992134cc5388ad6195667c4b25502a authored over 10 years ago
android/handsfree: Fix missing error response to AT+BLDN

If AT+BLDN was badly formatted error response was not send to headset.

c6dac57dc66da0b37052d220c7e30f7a93dc4c02 authored over 10 years ago
mgmt-tester: Use proper type specifier for printing size_t

Fix following error:

tools/mgmt-tester.c: In function ‘verify_ltk’:
tools/mgmt-tester.c:2633:19...

b425c3d9ab270121aa15df8ecf5ea6b064367696 authored over 10 years ago
mgmt-tester: Add detailed New LTK checks

5e339b1810471f63ca31ee37b62ef4738c2ebeea authored over 10 years ago
doc/test-coverage: Update mgmt-tester test count

3bbe6442a2a78b468745cee8fd1dd91f317d25c5 authored over 10 years ago
mgmt-tester: Add LE MITM pairing initiator test case

0b8cbe147ad2d4b37de935ed1a86f0da767a30d5 authored over 10 years ago
mgmt-tester: Add simple LE pairing initiator test case

464e13edb6457bdc93d302ee9f7691eb7d8782f4 authored over 10 years ago
emulator/smp: Fix pairing response key dist. to what's actually supported

0decc9df119be638c537f6c792146a22251fda82 authored over 10 years ago
doc/test-coverage: Update mgmt-tester test count

01a1e34cd9231d0dbaf17437a17a72bdafd590da authored over 10 years ago
mgmt-tester: Add SMP user passkey request rejection test case

dd53bcad88b258ca5435ed3dcf1991232a1417b3 authored over 10 years ago
mgmt-tester: Add SMP user passkey request test case

33c8ed93e8dc7f04fa89c97a12ab4b09bcf455dc authored over 10 years ago
emulator/smp: Set correct pairing response values

5b1a876e42c82ec00534be575bb9659224077900 authored over 10 years ago
emulator/bthost: Add getter functions needed by SMP

6b7560c085edc760535f91c75aa63af8ecda9641 authored over 10 years ago
emulator/bthost: Add iovec support

This convert bthost_set_send_handler to take struct iovec for doing
scatter io.

3d51328b6c8bbf9ef687a962c8bc1127a5873138 authored over 10 years ago
emulator/btdev: Add iovec support

This convert btdev_set_send_handler to take struct iovec for doing
scatter io.

a7b600b45b369961d53e33455ea30628f6ee0bea authored over 10 years ago
emulator: Add support for LE connection parameter update procedure

077abfe1e19ee574632b4d93da5685c0788c93e7 authored over 10 years ago
doc/test-coverage: Update mgmt-tester test count

3a5256c9e11e3a13e51929c3a3483bd13a74af41 authored over 10 years ago
mgmt-tester: Add confirm rejection SMP acceptor test case

9ad3cf27347932a4c8dc39594f96bdd7b678a7fd authored over 10 years ago
mgmt-tester: Rename reject_ssp to reject_confirm

f1049a2a46d594fc843efe92e3fc023d2d6a8055 authored over 10 years ago
doc/test-coverage: Update mgmt-tester test count

215be2375fc7bfe7d757fb767f0fd6ebc0641e39 authored over 10 years ago
mgmt-tester: Add MITM LE Pairing Acceptor test case

fa50825c0a9a1b39f2781efd33a430842f017a67 authored over 10 years ago
mgmt-tester: Use setup_pairing_acceptor also for LE tests

d419225e8db9ff501225fbe56c1efbd48e5bc4d5 authored over 10 years ago
mgmt-tester: Rename setup_ssp_acceptor to setup_pairing_acceptor

b778c844223217dc8aba1436179e5623c522d5c4 authored over 10 years ago
obexd/client: Add support for MAP Event Report 1.1

This adds support for Event Report 1.1 of MAP 1.2 which includes the
following atributes: Subjec...

7e03d3d92f726176718d855b771c95702726014c authored over 10 years ago
tools/btgatt-client: Fix memory leak

Simplify code and fix memory leaks

6616acfe8206ede4054b9be2a8821e6a8b59f7a0 authored over 10 years ago