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

doc: Mention that Start Service Discovery command for version 1.8

1da49e8dc1aa2bdd52f8396ec68691a1f4bfe893 authored about 10 years ago
doc: Clarify the value 127 for RSSI means unavailable

735553e80309e949675a2f5f11d51a98c11f50b3 authored about 10 years ago
tools/mgmt-tester: Fix casting warnings on 64-bit systems

ee9fcb6c8b99657cc4cc8236726fc5b82ecf627c authored about 10 years ago
tools/mgmt-tester: Fix Stop Discovery setup phase completion

When we request discovery to be started we should wait both for the mgmt
command completion as w...

40555e858361a7f1377f880d8b1a532e811d7384 authored about 10 years ago
android/pts: Tests results for RFCOMM for Android 5.0

52fbae0d9e1fec3d88a12c17430ce9dbd57d9e04 authored about 10 years ago
tools/btmgmt: Add support for multiple find-service UUIDs

73dd40cdabf21fd21799d2f6c0f78dbd6dec3ad7 authored about 10 years ago
tools/btmgmt: Fix byte order of count parameter

8de38983592baea2570da5b0da8accd926185aab authored about 10 years ago
tools: Fix find service management command handling

57e57e6ab57f0454df549762672f1cc5715001b9 authored about 10 years ago
emulator: Use Bluetooth 4.2 version for LE only simulation

fb11597e94a17c55d25f2c775e03ab8688a1a138 authored about 10 years ago
lib: Update company identifiers

bd4e57bce594623c312880d61b856989cca8ab39 authored about 10 years ago
monitor: Add commands, events and features from Bluetooth 4.2

cc7d488271237a17f2292056b0f90cda257e842b authored about 10 years ago
lib: Add version information for Bluetooth 4.2

30e3ce212ad392602f137df5a9c84419489a677e authored about 10 years ago
monitor/rfcomm: Fix incorrect byte swapping

Those were already converted to host order with l2cap_frame_get_be16.

680dadbc8fc151710944552c3d512b9211ba82da authored about 10 years ago
unit/test-gatt: Fix possible crash

If write fails len would be negative and should not be passed to
util_hexdump otherwise it might...

34c3a51a05733112b89b339cdd7188381aa052b4 authored about 10 years ago
obexd: Fix comparing array to NULL

An array can never be NULL.

4900161462f19cfd007fd4dd3d28d6e83ae5ebac authored about 10 years ago
obexd: Fix memory leak not freeing desc

descs->data might be NULL while is descs not. Follow scheme in
src/profile.c (in get_profile_ver...

33c2e6b851308f3333eac398792534f951e63647 authored about 10 years ago
mgmt-tester: Add service discovery test cases

99a715bee8ccdda407b3991885b69b8dbe96a67a authored about 10 years ago
tools/btmgmt: Add find-service command

Add command for using MGMT_OP_START_SERVICE_DISCOVERY.

Example usage:
Find all low energy devic...

1d04ca7ea0779a04108d0dbe1f735ba95e7b1b24 authored about 10 years ago
lib: Add start service discovery

This patch adds start service discovery definition for new kernel
method.

ca67344fddd9cd5e9585a287cd7fb7d3b30932c5 authored about 10 years ago
monitor/rfcomm: Add support for PN frame decoding

Changes made to decode PN frame in RFCOMM for btmon.

RFCOMM: Unnumbered Info with Header ...

90b017f247028959253d822b31f73a5a68960777 authored about 10 years ago
monitor/rfcomm: Add support for RPN frame decoding

Changes made to decode RPN frame in RFCOMM for btmon.

RFCOMM: Unnumbered Info with Header...

75c1eab02531ca0613bcde6cec1635cecd0d746d authored about 10 years ago
monitor/rfcomm: Add support for NSC frame decoding

Changes made to decode NSC frame in RFCOMM for btmon.
Not able capture the output.

912a7a53fc0a50fe8622e41aafa0a79b6c7351f7 authored about 10 years ago
monitor/rfcomm: Add support for RLS frame decoding

Changes made to decode RLS frame in RFCOMM for btmon.

RFCOMM: Unnumbered Info with Header...

f6d8fbe935e41fa3c7aed35a2b5bb9a08f34b4ae authored about 10 years ago
monitor/rfcomm.c: Add support for MSC frame decoding

Changes made to decode MSC frame in RFCOMM for btmon.

RFCOMM: Unnumbered Info with Header...

1765fdda2d063d310488af5566bbb305b960a455 authored about 10 years ago
shared/crypto: Fix resource leak

Fix leaking fd on exit

7c6a6e730b2cfb6d3dd9d65291fe10fc51897b64 authored about 10 years ago
android/build: Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH

LOCAL_MODULE_PATH needs to be replaced for multiarch builds like for
example for Nexus 9 (volant...

d19ff9cca80d48209283f3ff0fab16a3214bc252 authored about 10 years ago
doc: Mention version 1.8 of the management interface

6124d7be40a350b61e35ff11618d36e7d8dd0a94 authored about 10 years ago
TODO: Remove gatt-db service events task

d52c868a6e885fef2be5f5ac334c9f3e998f9403 authored about 10 years ago
tools/btgatt-client: Observe service events

tools/btgatt-client now registers service added/removed callbacks in
which it logs a message abo...

9513f74ce01901406bc1bb7b6ef5826595a801ca authored about 10 years ago
shared/gatt-db: Add service added/removed events

This patch adds support to gatt-db for sending events when services are
added to and removed fro...

80cf4af7a1fd775b1beabc854a3c373cafd21855 authored about 10 years ago
shared/gatt-server: Hold a reference to gatt-db

Now that gatt-db is reference counted, gatt-server should hold a
reference to it.

042cbc7c7003535b43c8f9f88bca3587ab1f974f authored about 10 years ago
unit/test-queue: Fix memory leak

7f5766984cb91e85ec526670fc8794067970f617 authored about 10 years ago
tools/btgatt-client: Use gatt-db instead of iterators

btgatt-client now iterates services, characteristics, and descriptors
of the shared/gatt-client ...

5128551ccd95f14fca4ec72c449faae869ecd98d authored about 10 years ago
shared/gatt-client: Remove GATT structs and iterators

This patch removes the high-level structs and iterators used by
shared/gatt-client in favor of g...

57f3e6f67ea79f4ba05d9019f7d96c25f6f92f8e authored about 10 years ago
unit/test-gatt: Use gatt-db for CLIENT tests

This patch rewrites parts of unit/test-gatt that verify the contents
of a shared/gatt-client to ...

37a39606f565a81658b7da2aabed1ff6bb8a8b68 authored about 10 years ago
TODO: Add item for gatt-db service callbacks

Added TODO items for adding gatt-db service added/removed callbacks.

b0f40aff528b34a31314dff8c7dbd15a629e17cc authored about 10 years ago
shared/gatt-client: Use gatt_db in bt_gatt_register_notify

This patch rewrites the notification/indication logic in gatt-client to
use the internal gatt-db.

9367e6563ef94ff0a5f1bb9caf46c3e78f72acaf authored about 10 years ago
shared/gatt-db: Add gatt_db_isempty

Added the gatt_db_isempty function which returns true if the database
is not populated with any ...

488a89814af168edf0ee1a230c4981bd09dcb58a authored about 10 years ago
tools/btgatt-server: Add the "services" command

This patch adds the "services" command which displayes the currently
stored services in the serv...

da50268485fa705341b8501e701d26674b6d8189 authored about 10 years ago
shared/gatt-client: Store services in gatt_db

This patch rewrites the service discovery logic inside
shared/gatt-client. The internal service_...

c536877682fec90f1d74ee60a5851dc566e0195a authored about 10 years ago
emulator/smp: Add basic just-works LE SC pairing support

504ae89fd8b88931ce193886e1d1ed01903473eb authored about 10 years ago
emulator/smp: Add initial code for selecting authentication method

3a3a0636ec4ed95b8437ed1dd352dcab98c4b1e5 authored about 10 years ago
emulator/smp: Add passkey entry support

cffa9fb6d2f2605270d9e51330ec42cf2381bdf4 authored about 10 years ago
tools/mgmt-tester: Add passkey entry test case

c17e2e34d87e78add6ef8b884fb7590610789713 authored about 10 years ago
shared/crypto: Add necessary functions for LE SC

ced5bb661bae74c99218f65705bcbca0fff30995 authored about 10 years ago
emulator/smp: Add basic SC Public Key generation & exchange support

aa0ed806b0934bb09c19ebfcda2fce008cef0e43 authored about 10 years ago
emulator/bthost: Add API to enable SC support

4fe7df6972530285f4bd96fffb11ae0ecfd3cd38 authored about 10 years ago
emulator/bthost: Add API to wait for bthost readiness

fd61d4719ec19e9e4ea6cfbad613de811c071399 authored about 10 years ago
mgmt-tester: Add LE SC legacy fallback test case

920c1ca1cce056680d6226ac986c8f0d94a6ca51 authored about 10 years ago
monitor: Add SMP over BR/EDR decoding

b05fb44583e0b2da3f070114a8325dc070fbff53 authored about 10 years ago
mgmt-tester: Add simple LE SC success test case

31b12309cc1e5fd009127ea71ce0f53a73284527 authored about 10 years ago
tools/mgmt-tester: Fix waiting for bthost to be ready during pre-setup stage

Without this it's possible we might try to enable BR/EDR SC when bthost
hasn't yet established w...

560c5a5c15ce677f0177276009d27ff13277c026 authored about 10 years ago
smp-tester: Allow multiple sending without expecting data

Sometimes we need to send multiple PDUs without waiting for any specific
PDU in between.

d6d3d26bdadb6202b5993a2685137a9f21ba55de authored about 10 years ago
smp-tester: Add another basic SC test

347bb9cad49e0cd9aa94c67c5f6027cbb9c0ee6c authored about 10 years ago
smp-tester: Link Key creation requires SSP to be enabled

c5fa510f7dadbe2903cad792cd000722812a1664 authored about 10 years ago
unit/test-ecc: Add debug key sample test

51f3b1b8b05cdfce0ef8a7222013398d995b0c94 authored about 10 years ago
unit/test-ecc: Refactor sample testing code into common function

dcf1028680ea5ed211b4e12dead54af1d45bedd3 authored about 10 years ago
unit/test-ecc: Add sample data from core spec

c8293fdbf16e4efe1428d21dd6e25de0acef0e58 authored about 10 years ago
smp-tester: Add basic public key handling

19e6c21ab62e9ac03d98093d210a1ac84b854c7b authored about 10 years ago
shared/crypto: Add bt_crypto_f4 for LE SC

30ac69eaea08e5e29d330eae9b3efa272a3dbadd authored about 10 years ago
smp-tester: Use BR/EDR/LE controller instead of LE-only

With secure connections we'll be able to do cross-transport key
generation as well as SMP signal...

dbd3dfa5cc6fb56b395ec35ac39b0e5af19eee9b authored about 10 years ago
smp-tester: Add test case parameter for SC

41f7c8e26b11793ed0a941062ea07d1d22c7d01a authored about 10 years ago
tools/mgmt-tester: Update LE supported settings to include SC

f536c00c232046ff34d567aa0c6dfb6764839bb2 authored about 10 years ago
monitor: Decode LinkKey bit in SMP key distribution field

115fc8b9230d4929d29466b6b6dff19c7f991c8b authored about 10 years ago
monitor: Print full type information for LTKs

fc59dabdede3957d419a57bbdb11e1ec8436150a authored about 10 years ago
doc/mgmt-api: Set SC is now both for LE and BR/EDR

2e021ee63c007840897f11d5139bb257c01e49ec authored about 10 years ago
doc/mgmt-api: Document LE SC LTK types

7a0e8cd2af0cc3fe8991752e371d9e93acdeb6ef authored about 10 years ago
monitor: Add translations of LE SC error codes

be20afbb118ca72855256b943a67cb6a3122bab7 authored about 10 years ago
shared: Add ECC library

This patch adds ECC functions. The code has been taken from
https://github.com/kmackay/easy-ecc ...

20f99f63f331aa6e131a49b93bfd5eded9123a64 authored about 10 years ago
unit: Add unit test for ECC

This patch adds unit tests for the ECC code. Also this test code has
been taken from https://git...

a59e8c97fa4c45438b0fc322f152bc14b890137a authored about 10 years ago
monitor: Decode LE SC bits in SMP authentication requirement

dd8cdef3c076cc51894b4f8f7869ff8c1b1110dc authored about 10 years ago
monitor: Add LE SC defines for SMP

80270e46b5da3de1e77c87cf93e17f7aff7b3334 authored about 10 years ago
monitor: Add decoding of LE SC PDUs

c79cfe522e68ce22708d06a5992dabf74000ece2 authored about 10 years ago
android/sco: Fix for disconnect SCO

We should just shutdown io and wait for disconnect callback in
disconnect function, otherwise we...

08b4eb63871e0908ce34b44e97c4ffffb9edd861 authored about 10 years ago
android/handsfree: Use bt_sco lib in HFP AG code

3d3262e16b042f222634f2d7897e3afdb82d9a39 authored about 10 years ago
android/handsfree: Simplify codec selection

Voice settings 0 is legacy, lets use BT_VOICE_CVSD_16BIT instead.

cac8bb67889dea494c2766095901f71ff232c5c6 authored about 10 years ago
android/tester: Add AVRCP RegNotifPlayStatusChanged test case

924d680ad7f419348be88068ae7c1db3e44e6977 authored about 10 years ago
android/tester: Add AVRCP RegNotifPlayPositionChanged test case

bd2bacfbd7867afdc745d7bf05cd4e93f329f4a7 authored about 10 years ago
android: Fix crash on android-tester

When doing the HAL cleanup the callbacks should be reset to NULL
after calling hal_ipc_unregiste...

6dfd0d376ff222eb7da283ece7f88a1cc6f4a0c0 authored about 10 years ago
gattrib: Fix not changing the buffer size when mtu is reduced

Using larger buffer than mtu resulted in not sending the message at all
as encode_pdu() in share...

e31999cd81bc7bfc042413f151895820d711f6eb authored about 10 years ago
android/pts: PTS tests for SM on Android 5.0

2841df9209b6164f2c7bee3fa3003fe3a2ef4c3d authored about 10 years ago
android/pts: PTS tests for AVCTP on Android 5.0

5140eb74c96bbfdcece233481c7c762661bcae84 authored about 10 years ago
android/pts: PTS tests results for HFP on Android 5.0

8c2fdfd5fbf87ad0aa50b7d9cb66fe62a0636ac8 authored about 10 years ago
android/pts: PTS tests for HOGP on Android 5.0

6d25833006e82dc442b7db90437b20b8c17f0a99 authored about 10 years ago
shared/hfp: Improve prefix comparing

e69ace75ab894eed750b1deae1dc858548691ff5 authored about 10 years ago
android/client: Add gatt server callbacks support for Android 5.0

99d8fd0d0b144ced84a91f806100f17b05ebeb40 authored about 10 years ago
android/client: Add support for gattc batchscan_read_reports

6226517f7721ad60bd0bb526be67ca8f0946bc15 authored about 10 years ago
android/client: Add support for gattc batchscan_dis_batch_scan

e74a398a2e0ab37371f58569d30ee84001db00f9 authored about 10 years ago
android/client: Add support for gattc batchscan_enb_batch_scan

23b554cf1bde17d753c44711c67f3ffd79fea671 authored about 10 years ago
android/client: Add support for gattc batch_cfg_storage

7ce786b66980d4eefc782b5b082e54e61d2d8491 authored about 10 years ago
android/client: Add support for gattc multi_adv_disable

53331d3f668d259f1a38050716457786d2ac2c30 authored about 10 years ago
android/client: Add support for gattc multi_adv_set_inst_data

a65fd7dc3a72704a8d4937a55629ffef6bcd7bbb authored about 10 years ago
android/client: Fix no closing bt and audio dev on exit

Audio and bt hw devices should be closed on exit.

On exit we get:
==696== 80 bytes in 1 blocks ...

e3d377c0031923d0c72ecb883171441f8f3fd6b6 authored about 10 years ago
android/client: Fix double initialize of bluetooth

Profile initialization loop should omit already initialized profiles
by process line command.

790e32b8da57755c9e97647310a0d7db6eb0c7fd authored about 10 years ago
shared/gatt-db: Add reference counting

This adds reference counting support.

1e64bbc81d65d50bb14ebdb014d9b58e947a0219 authored about 10 years ago
shared/gatt-db: Use insert_service for add_service

gatt_db_add_service is the same as gatt_db_insert_service with little
change except not specifyi...

9811b52bc49456d27b50770ef02a096308bd98e1 authored about 10 years ago
shared/gatt-db: Prevent insert at invalid handle 0

Handles can't be placed at 0x0000.

2af5da498dfa69f05943f0cb49965e7ca33eaffc authored about 10 years ago
core/device: Store info in btd_device_set_temporary

If bluetooth is turned off while pairing is in progress, sometimes
Linkey information is present...

5ed65041be73a8ccfd8aeb9902a18c2e3d982282 authored about 10 years ago
doc/obex-api: Fix SecondaryCounter documentation

54ddff726b0ebd551ca511c08c5213b59acdadb2 authored about 10 years ago
core/profiles: Update PCE record version

This updates PCE record version to 1.2

5d9b188f45d04775a6fa2a924837d85b37802a7f authored about 10 years ago