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

shared/gatt: Add function bt_gatt_result_included_count()

It will return number of included services in result.

b4b9c9d5037676eced3306e584076737097fbbfa authored over 10 years ago
shared/gatt: Add extra check in characteristic iterator

Avoid incorrect reading of included service discovery results.

7dd85d0fcc571a59432f18d710f3cb221eee9ec8 authored over 10 years ago
shared/gatt: Add included service iterator

It will fetch included services from result.

4ed0d8f4257d727076c3113c2cbc1fe13ed66bbb authored over 10 years ago
shared/gatt: Add discover_secondary_services()

This pacth implements searching Secondary Services in given range.

134167c0b462f04003cce6db712f5980fe00084a authored over 10 years ago
bnep: Return errno instead of -1 and print error

Make code consistent with the rest returning -errno and printing error
message.

ca7458bc895dd8d9c90fd28bf27a28f0f2e26c65 authored over 10 years ago
bnep: trivial: code cleanup

28f4a00f41c47ec2a211b07c47131e6284dcf466 authored over 10 years ago
bnep: Add error print and return errno instead of -1

6fa7b53bff47320f5d7023cdc08645f8c342a75f authored over 10 years ago
obexd/mas: Add Support for MSETime filter

Changes made to add support for MSE local time and timezone offset
parameter along with GetMessa...

60071dd2a161cbf17b6fbe260e2b4c00a60bd3f8 authored over 10 years ago
android/pts: Update PTS files for HOGP

PICS and PIXITs updated to PTS 5.3. Regression done for Android
4.4.4.

06322e01b1722b7ebc558fc2b0eb2b42142a25e7 authored over 10 years ago
src/profile: Add feature bits to MAS SDP record

Add MAP supported features bits to MAS SDP record
as per the MAP 1.2 specs section 7.1.1.

Fix t...

ceb5157b9ad8e4c7b46c2db0cb20601d47118619 authored over 10 years ago
tools/sdptool: Add MAP supported features

Add MapSupportedFeatures into MAS attribute names.

08342516330266b61f8a3e28b80bdf19cfc7f93b authored over 10 years ago
obexd/map: Add support for MAP feature bits

Handles MAP supported feature bits as per the
MAP 1.2 specs section 7.1.1.

1c5f3cf0cf7dae1d20b0f1701f2238bc2c283b79 authored over 10 years ago
android/build: Fix not including bluetoothd-wrapper.c in release

This file is not compiled on Linux host and should be explicitly
listed as part of release tarball.

0412350fed5a19c85861ea3719bb4755d7ffbac8 authored over 10 years ago
android/pts: Updated AVCTP PICS and PIXITs for PTS 5.3

03955a6e22dd6b444f5d74698550c8f547388ea0 authored over 10 years ago
AUTHORS: Mention Jacob's contributions

91f75d2634cd5d0540242691bbd1f066cd4c15cd authored over 10 years ago
core: Add ControllerMode to list of supported options

Prevent warning message 'Unknown key ControllerMode in main.conf'.

c8008d838d9bf6f956f93b16aee972cd9ec62310 authored over 10 years ago
android/hog: Fix report lookup

The lookup should use the report types from HoG not from uHID since
bt_hog_send_report expect th...

cc988b02a3c127473da33cc14c9c41b797f027f5 authored over 10 years ago
android/pts: Updated SM PICS and PIXITs for PTS 5.3

ace0b0529ee62918cc6306ff5253c4457d8c18c6 authored over 10 years ago
android/pts: Update PICS, PIXIT and test results for MPS

b8be52b7768ed6ea2ec7a0d2c055e95acfeffddf authored over 10 years ago
android/bluetooth: Fix Supported feature bitmask for MPMD scenarios

Set A2DP-SRC_AVRCP-TG instead of A2DP-SNK_AVRCP-CT_DUN-DT bit.
It was affecting TC_SDP_CTH_SD_BV...

ed95d154607364f0a4e641bd39d18c785c6afd2c authored over 10 years ago
doc/test-coverage: Update Android tests count

23b3d827158e05a28fe77b85262d71786a5a4dc1 authored over 10 years ago
android/README: Update map client implemetation status

56917604baab393ec8b92217ff1e8d25747fd643 authored over 10 years ago
android/map-client: Add stubs for MAP client commands handlers

Add empty handlers for MAP client IPC commands.

cd1187e90baf9a01f6c8016fc2ac3a42efba3cd0 authored over 10 years ago
android/map-client: Add support for get remote MAS instances

This allows to get remote mas instances. In case of wrong sdp record
fail status will be returne...

a6a35c5c9ab6b4cda13bb0b1dad3073de8aa9eae authored over 10 years ago
android/ipc-tester: Add case for MAP client service opcode boundries

This patch adds test sending out of range opcode for service.

cabac5bce3fbeb808b3372a62459cb4368ea2a67 authored over 10 years ago
android/ipc-tester: Add cases for MAP client msg size

Add cases testing message size verification for MAP client opcodes.

8b47bd276bc5326effb9f0a3d62bf9825c15149d authored over 10 years ago
android/map-client: Add initial files

This adds initial daemon code for MAP client profile.

8d42d400759c7ce9033bbc96552ad5a14bbf06e1 authored over 10 years ago
bnep: Fix treating return of bnep_if_up as bool

a848ceb0721d9e405f9326441b1958e289c6e81f authored over 10 years ago
bnep: Fix incorrect ioctl() check

7714548e2dddd3a6dbd0b8ba41a7102d64ba52f7 authored over 10 years ago
hciattach: Add sleep|nosleep keyword

f4fc77853d4a3f6d493cdc20b1b69612640f6144 authored over 10 years ago
bnep: Fix bnep_add_to_bridge() errno usage

Avoid errno be overwritten and make code consistent.

a1e74ab31e78c86d45ac46c519d706f64166501d authored over 10 years ago
bnep: Make error logging more descriptive

Add "bnep" before error message.

c73724d80f8b4918582accff3985eba7eddcd311 authored over 10 years ago
bnep: Fix incorrect use of errno

Fixes bnep_if_up() usage since it already prints error message and
returns errno.

e29197cb1497ddcc347e440e42540e30eac3ec30 authored over 10 years ago
bnep: Refactor bnep_if_up() returning -errno

Some functions are using bnep_if_up() like bnep_server_add() referring
directly to errno which m...

62e18423450cee11d9bd4517860aa675c0227027 authored over 10 years ago
bnep: Avoid double error print for bnep_connadd()

This avoids double printing the same error with bnep connection add
ioctl.

5636af1884b350303ec9c6b955e0834c5a02d760 authored over 10 years ago
shared/gatt-server: Support Read By Group Type

This patch adds handling for the Read By Group Type request.

276f6386d34bc8e54fba5f61782fa2688e17dfba authored over 10 years ago
shared/gatt-server: Support Exchange MTU

This patch adds handling for the exchange MTU request.

4ff2a9985ffac9000a7a0ce46aecf4c382421bd9 authored over 10 years ago
shared/gatt-server: Introduce bt_gatt-server

This patch introduces bt_gatt_server which will implement the
server-side of the ATT protocol ov...

c15608a7febfafe36b5a5ecea68746bde878420b authored over 10 years ago
android/avrcp-lib: Use cpu_to_* and *_to_cpu

For PDU which have packed struct it is not necessary to use put_*
and get_* since all they do is...

d674ddab6d3dfa06ce041703b89f23776a948373 authored over 10 years ago
shared/att: Fix not responding to some requests

With this patch bt_att automatically responds with
ERROR_REQUEST_NOT_SUPPORTED to an incoming re...

e12e7698b226c0547725c0282ccd843ebd0a6d17 authored over 10 years ago
shared/att: Fix handling of multiple requests

With this patch, when bt_att is being used for the server role, it now
makes sure that a second ...

a95a75483158d00dcce2f7c724175aefa8783f17 authored over 10 years ago
android/pts: Update PICS and PIXIT for GATT

4c89cfddf61b2e0e7f3bff0c2f0d1123bd10da14 authored over 10 years ago
android/pts: Update PTS test results for GATT

4a3e146c0781917e54b2d498587d102964e0ab01 authored over 10 years ago
android/pts: Update PTS files for HFP

PICS and PIXITs updated to PTS 5.3. Regression done for Android
4.4.4.

0465c50aca4f898ac175317eae4c7cf278f23669 authored over 10 years ago
android/tester: Add missing hook removal

Missing hook removal was resulting in memory leak:
936 bytes in 39 blocks are definitely lost in...

b3995e95aa0e260cfc9d3d3f7076bb7635686ebf authored over 10 years ago
android/pts: Update PTS files for DIS

PICS and PIXITs updated to PTS 5.3. Regression done for Android
4.4.4.

50004eaa046eaa614635aa9b28cd5845e098625c authored over 10 years ago
android/pts: Update IOPT tests results

4de1be32676a3ac2667e6f8a57d84062f967970e authored over 10 years ago
android/pts: Update PAN PTS tests

Checked and tested against PTS 5.3

238ad600cb683daa8a8a2d8978c6b7a8e2aaf1f6 authored over 10 years ago
unit/test-avrcp: Add TP/VLH/BI-04-C test

Verify the behavior of the CT receiving a SetAbsoluteVolume Response
with the top bit (bit 7) set.

9714e1eccb0a22ca55f24779b529928de16766c4 authored over 10 years ago
android/avrcp-lib: Handle invalid bit of volume

Top bit of volume should always be ignored when receiving and should be
considered invalid if th...

06f4737df18c9f760e2d26f6e00597e35db7a936 authored over 10 years ago
unit/test-avrcp: Add TP/VLH/BV-04-C test

Verify the NotifyVolumeChange response issued by the TG.

e8daf2fd3fa1ccb3e51ca69a4b64337b49008d7a authored over 10 years ago
unit/test-avrcp: Add TP/VLH/BV-03-C test

Verify the NotifyVolumeChange command issued by the CT.

46cdc5401647de197f6e9d68e803e754bdb5eb89 authored over 10 years ago
unit/test-avrcp: Add TP/VLH/BI-03-C test

Verify the behavior of the CT receiving a SetAbsoluteVolume Response
with the top bit (bit 7) set.

ddfabb3c8b11d5ca0ee49498936d42d2e678f646 authored over 10 years ago
unit/test-avrcp: Add /TP/MCN/NP/BV-07-C test

Verify the NowPlayingContentChanged Notification issued by the TG.

28cb708fa741e42e0e1cd1c3b0cf52434ee542ff authored over 10 years ago
android/avrcp-lib: Add status parameter

This adds status parameter for functions generating browsing reponses
as it may not be possible ...

68a8abdafaf6863dca725e5ca6960acc73f2a1e3 authored over 10 years ago
android/avrcp-lib: Rework callback return

This allow callbacks to return 0 instead of -EAGAIN when responding
asynchronously which is more...

23f5b907fa69474cbb1c5fe94510b482b3e97543 authored over 10 years ago
android/avrcp-lib: Add checks for unknown events

Unknown events should be treated as protocol error since there is no
way to parse them properly ...

e2db62ab06e9a31d22121bb7765b7823dc3492b5 authored over 10 years ago
core: Fix spelling mistake in configuration file example

dae855c719dbee0fb816bea0dc31c866a5b68a20 authored over 10 years ago
doc: Fix unicode in coding style document

73688a689301dc96f50663f5f7b526a3ad04a5bd authored over 10 years ago
obexd: Fix coding style and improves readability

aa649eeb5e30cf7a037a024a58df7a402c83b65c authored over 10 years ago
tools/hciattach: Fix syntax error

This error may not be shown during normal compilation, because of
ifdef.

2892231c6cb014f5731d4d2d5d5650b137119e6d authored over 10 years ago
tools/csr_usb: Fix resource leak

Handles resource leak.

aff54c25eb2602de555f4f2402a486168d911e4c authored over 10 years ago
obexd/client/pbap: Add support for spd,fav

Add support for the speed-dial and favorite folders.

d0f7fd035f4a5f5e914450133fac843d09150496 authored over 10 years ago
obexd/client/pbap: Add missing filter entries

Adds the following filter entries:
1) Speed-dial
2) Uniform Caller Identifier
3) Unique Identifier

faba6c6e412a07c77a6b2300fce828cbb4bca6dd authored over 10 years ago
android/pts: PTS tests update for RFCOMM

Test TC_RFC_BV_25_C depends on kernel patches for Non-Supported Command,
"Bluetooth: Fix RFCOMM ...

3902d2949d4b12c0d3ee6b54cb714b64c3b2a7c3 authored over 10 years ago
android/pts: Update MAP PTS tests

Checked and tested against PTS 5.3

762da4362faaf2a3d65413e1dd01e8e3f28992ac authored over 10 years ago
monitor: Fix AVRCP PASS THROUGH parser

This fixes the intendaition for AVRCP PASS THROUGH commands:

Channel: 66 len 14 [PSM 23 m...

8327001e6f0fa8f0acdc895c5ea7fe85a2af806b authored over 10 years ago
android/client: Add code for mce method

This patch adds implementation of mce method to haltest.

4c2386b10151964a98ab1a7e4bf20efe8c19c869 authored over 10 years ago
android/client: Add code for mce callback

This adds implementation for mce callback.

5deee3d90c3c2c8c0c64ce4c3fa41f05dee27d42 authored over 10 years ago
android/client: Add skeleton for mce calls

This patch adds skeleton for all methods of mce along with
all callbacks.

4fe0003e8626f4a2d08222bc3468fd9fdd86fde0 authored over 10 years ago
android/client: Add completion for mce method

This patch adds completion functions to mce method.

9c53fe3df3ef9eaf6465a673ed27691bea45d911 authored over 10 years ago
doc/test-coverage: Update Android tests count

0cf4f16c721d91140421850d744823c0ac813e5a authored over 10 years ago
android/ipc-tester: Add missing service opcode boundries test cases

This patch adds tests sending out of range opcode for each service.

530d7b99d8db0f12257c626abb7e0eeb6a3801e4 authored over 10 years ago
android/pts: Update PTS files for SPP

542db1875f4f84e3ad04667e9e15f49f64bcb26b authored over 10 years ago
android/pts: Update HSP files for PTS 5.3

115f757634a878112ab98d2fdeca50f4ee4c1d2c authored over 10 years ago
unit/test-avrcp: Fix test /TP/MCN/CB/BV-03-C

The test is to verify GetFolderItems after SetBrowsedPlayer and
SetAddressedPlayer have been sent.

9f988cf8c0407aaf0c02a0c8c20d3a1bd78afdff authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BI-02-C test

Verify the SetBrowsedPlayer response issued by the TG when an invalid
player is requested.

8c923a75c89ef54976205054eafaec8a79f83ffd authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BI-01-C test

Verify the SetAddressedPlayer response issued by the TG when an
invalid player is requested.

13df1346c71c024133538bb91ba1545e983d5f4e authored over 10 years ago
unit/test-avrcp: Fix test /TP/MCN/CB/BV-10-C

Verify the initial value of the UID_counter if the TG is a database
aware player.

b4bfff7ef98340d849a0ba5f8819422c3be9bfc6 authored over 10 years ago
unit/test-avrcp: Add /TP/MCN/CB/BI-05-C test

Verify the TG issues an error when receiving a command for an invalid
UID_counter.

fd6dc924abeaed4aec23a4d85743105ccf3915c6 authored over 10 years ago
unit/test-avrcp: Fix test /TP/MCN/CB/BV-11-C

Verify the TG increments the UID_counter and sends a
UIDSChangedNotification when updates on exi...

48381ae908df59fd17addd4d353d1e6ef268ad1a authored over 10 years ago
unit/test-avrcp: Fix test /TP/MCN/CB/BV-09-C

Verify the initial value of the UID_counter if the TG is a database
unaware player.

20a8883404f48599871d7af377eb3f6142520129 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-05-C test

Verify the AddressedPlayerChanged Notification issued by the TG and the
procedure associated to ...

95fd70a026dce7df3f4cdac566563fd6f42f53eb authored over 10 years ago
android/avrcp-lib: Fix AddressedPlayerChanged

This adds proper handling for AddressedPlayerChanged in
avrcp_register_notification_rsp.

bd1c8d40ec9700b536c8998e2cdb014681453e78 authored over 10 years ago
android/avrcp-lib: Add support for SetBrowsedPlayer PDU

ac0a57dde84cfbd4e95d37ef1f43a29057e31088 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-07-C test

Verify the AvailablePlayersChanged Notification issued by the TG.

8a8448b4c0e1a3fd1c06b190ac2d3b00dc4c05b8 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-06-C test

Verify the PlayerFeatureBitmask issued by the TG.

87ff4f1fbf35825bcad942c1ccbba98535566510 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-04-C test

Verify the SetBrowsedPlayer response issued by the TG.

c26580e442037d029e080303691118b000af4096 authored over 10 years ago
core: Ignore adapters without needed transport support

29e7e9ee95028f2fa170d5f03eac3a3874c68ffd authored over 10 years ago
core: Add ControllerMode config option

ef293ef10430c8588986071ddb02b44a468c2b7e authored over 10 years ago
doc/test-coverage: Update Android tests count

9dc6fb633db3fb892e8e7b5a564969d329e62443 authored over 10 years ago
android/tester: Add GATT server start service test cases

This adds start service by server test cases.

70640ac1ac0dee6fe3688600475ce79e5406521a authored over 10 years ago
android/tester: Add GATT server stop service test cases

This adds stop service by server test cases.

88fd2508f4d3498964c1212d03404994eab8c2f4 authored over 10 years ago
android/tester: Add GATT server delete service test cases

This adds delete service by server test cases.

537b13ed79af24e9a378f64b6f83b88d936d6151 authored over 10 years ago
android/pts: RFCOMM PTS 5.3 update

PTS tests results for RFCOMM on PTS 5.3.
PICS' and PIXITs checked against PTS 5.3.

65917ac8b4f0580bd522bb9df488419b81a0c333 authored over 10 years ago
android/handsfree: Pass device pointer to codec handling functions

2fd9ae50f101a2758715f06ad861e553d2621326 authored over 10 years ago
android/handsfree: Add helper for getting device

For now this is just dummy to minime use of global static device.

61011ecccd20d4fa1f5c0c5d26a7463adb25be58 authored over 10 years ago
android/handsfree: Make remote device non-static

Remote device object is now created on-demand instead of being static.

7ed3c6bf9a3058ad985bf2a8617f104e1e22ba20 authored over 10 years ago
android/handsfree: Move clip into device structure

This allows to pass whole device structure to ring_cb avoiding use of
static device.

58f7817e38b3835edf89fbaef0fea46684f7f011 authored over 10 years ago
android/handsfree: Pass device object to disconnect watch

f8bf756deca3b243549e9a8cda93c381c741e772 authored over 10 years ago