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/

core: Add ControllerMode to list of supported options

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

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - cc988b02a3c127473da33cc14c9c41b797f027f5 authored over 10 years ago
android/pts: Updated SM PICS and PIXITs for PTS 5.3

github.com/bluez/bluez-sandbox - ace0b0529ee62918cc6306ff5253c4457d8c18c6 authored over 10 years ago
android/pts: Update PICS, PIXIT and test results for MPS

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - ed95d154607364f0a4e641bd39d18c785c6afd2c authored over 10 years ago
doc/test-coverage: Update Android tests count

github.com/bluez/bluez-sandbox - 23b3d827158e05a28fe77b85262d71786a5a4dc1 authored over 10 years ago
android/README: Update map client implemetation status

github.com/bluez/bluez-sandbox - 56917604baab393ec8b92217ff1e8d25747fd643 authored over 10 years ago
android/map-client: Add stubs for MAP client commands handlers

Add empty handlers for MAP client IPC commands.

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 8b47bd276bc5326effb9f0a3d62bf9825c15149d authored over 10 years ago
android/map-client: Add initial files

This adds initial daemon code for MAP client profile.

github.com/bluez/bluez-sandbox - 8d42d400759c7ce9033bbc96552ad5a14bbf06e1 authored over 10 years ago
bnep: Fix treating return of bnep_if_up as bool

github.com/bluez/bluez-sandbox - a848ceb0721d9e405f9326441b1958e289c6e81f authored over 10 years ago
bnep: Fix incorrect ioctl() check

github.com/bluez/bluez-sandbox - 7714548e2dddd3a6dbd0b8ba41a7102d64ba52f7 authored over 10 years ago
hciattach: Add sleep|nosleep keyword

github.com/bluez/bluez-sandbox - f4fc77853d4a3f6d493cdc20b1b69612640f6144 authored over 10 years ago
bnep: Fix bnep_add_to_bridge() errno usage

Avoid errno be overwritten and make code consistent.

github.com/bluez/bluez-sandbox - a1e74ab31e78c86d45ac46c519d706f64166501d authored over 10 years ago
bnep: Make error logging more descriptive

Add "bnep" before error message.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 276f6386d34bc8e54fba5f61782fa2688e17dfba authored over 10 years ago
shared/gatt-server: Support Exchange MTU

This patch adds handling for the exchange MTU request.

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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 ...

github.com/bluez/bluez-sandbox - a95a75483158d00dcce2f7c724175aefa8783f17 authored over 10 years ago
android/pts: Update PICS and PIXIT for GATT

github.com/bluez/bluez-sandbox - 4c89cfddf61b2e0e7f3bff0c2f0d1123bd10da14 authored over 10 years ago
android/pts: Update PTS test results for GATT

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 50004eaa046eaa614635aa9b28cd5845e098625c authored over 10 years ago
android/pts: Update IOPT tests results

github.com/bluez/bluez-sandbox - 4de1be32676a3ac2667e6f8a57d84062f967970e authored over 10 years ago
android/pts: Update PAN PTS tests

Checked and tested against PTS 5.3

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 06f4737df18c9f760e2d26f6e00597e35db7a936 authored over 10 years ago
unit/test-avrcp: Add TP/VLH/BV-04-C test

Verify the NotifyVolumeChange response issued by the TG.

github.com/bluez/bluez-sandbox - e8daf2fd3fa1ccb3e51ca69a4b64337b49008d7a authored over 10 years ago
unit/test-avrcp: Add TP/VLH/BV-03-C test

Verify the NotifyVolumeChange command issued by the CT.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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 ...

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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 ...

github.com/bluez/bluez-sandbox - e2db62ab06e9a31d22121bb7765b7823dc3492b5 authored over 10 years ago
core: Fix spelling mistake in configuration file example

github.com/bluez/bluez-sandbox - dae855c719dbee0fb816bea0dc31c866a5b68a20 authored over 10 years ago
doc: Fix unicode in coding style document

github.com/bluez/bluez-sandbox - 73688a689301dc96f50663f5f7b526a3ad04a5bd authored over 10 years ago
obexd: Fix coding style and improves readability

github.com/bluez/bluez-sandbox - aa649eeb5e30cf7a037a024a58df7a402c83b65c authored over 10 years ago
tools/hciattach: Fix syntax error

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

github.com/bluez/bluez-sandbox - 2892231c6cb014f5731d4d2d5d5650b137119e6d authored over 10 years ago
tools/csr_usb: Fix resource leak

Handles resource leak.

github.com/bluez/bluez-sandbox - aff54c25eb2602de555f4f2402a486168d911e4c authored over 10 years ago
obexd/client/pbap: Add support for spd,fav

Add support for the speed-dial and favorite folders.

github.com/bluez/bluez-sandbox - 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

github.com/bluez/bluez-sandbox - 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 ...

github.com/bluez/bluez-sandbox - 3902d2949d4b12c0d3ee6b54cb714b64c3b2a7c3 authored over 10 years ago
android/pts: Update MAP PTS tests

Checked and tested against PTS 5.3

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 8327001e6f0fa8f0acdc895c5ea7fe85a2af806b authored over 10 years ago
android/client: Add code for mce method

This patch adds implementation of mce method to haltest.

github.com/bluez/bluez-sandbox - 4c2386b10151964a98ab1a7e4bf20efe8c19c869 authored over 10 years ago
android/client: Add code for mce callback

This adds implementation for mce callback.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 4fe0003e8626f4a2d08222bc3468fd9fdd86fde0 authored over 10 years ago
android/client: Add completion for mce method

This patch adds completion functions to mce method.

github.com/bluez/bluez-sandbox - 9c53fe3df3ef9eaf6465a673ed27691bea45d911 authored over 10 years ago
doc/test-coverage: Update Android tests count

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 530d7b99d8db0f12257c626abb7e0eeb6a3801e4 authored over 10 years ago
android/pts: Update PTS files for SPP

github.com/bluez/bluez-sandbox - 542db1875f4f84e3ad04667e9e15f49f64bcb26b authored over 10 years ago
android/pts: Update HSP files for PTS 5.3

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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...

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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 ...

github.com/bluez/bluez-sandbox - 95fd70a026dce7df3f4cdac566563fd6f42f53eb authored over 10 years ago
android/avrcp-lib: Fix AddressedPlayerChanged

This adds proper handling for AddressedPlayerChanged in
avrcp_register_notification_rsp.

github.com/bluez/bluez-sandbox - bd1c8d40ec9700b536c8998e2cdb014681453e78 authored over 10 years ago
android/avrcp-lib: Add support for SetBrowsedPlayer PDU

github.com/bluez/bluez-sandbox - ac0a57dde84cfbd4e95d37ef1f43a29057e31088 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-07-C test

Verify the AvailablePlayersChanged Notification issued by the TG.

github.com/bluez/bluez-sandbox - 8a8448b4c0e1a3fd1c06b190ac2d3b00dc4c05b8 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-06-C test

Verify the PlayerFeatureBitmask issued by the TG.

github.com/bluez/bluez-sandbox - 87ff4f1fbf35825bcad942c1ccbba98535566510 authored over 10 years ago
unit/test-avrcp: Add /TP/MPS/BV-04-C test

Verify the SetBrowsedPlayer response issued by the TG.

github.com/bluez/bluez-sandbox - c26580e442037d029e080303691118b000af4096 authored over 10 years ago
core: Ignore adapters without needed transport support

github.com/bluez/bluez-sandbox - 29e7e9ee95028f2fa170d5f03eac3a3874c68ffd authored over 10 years ago
core: Add ControllerMode config option

github.com/bluez/bluez-sandbox - ef293ef10430c8588986071ddb02b44a468c2b7e authored over 10 years ago
doc/test-coverage: Update Android tests count

github.com/bluez/bluez-sandbox - 9dc6fb633db3fb892e8e7b5a564969d329e62443 authored over 10 years ago
android/tester: Add GATT server start service test cases

This adds start service by server test cases.

github.com/bluez/bluez-sandbox - 70640ac1ac0dee6fe3688600475ce79e5406521a authored over 10 years ago
android/tester: Add GATT server stop service test cases

This adds stop service by server test cases.

github.com/bluez/bluez-sandbox - 88fd2508f4d3498964c1212d03404994eab8c2f4 authored over 10 years ago
android/tester: Add GATT server delete service test cases

This adds delete service by server test cases.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 65917ac8b4f0580bd522bb9df488419b81a0c333 authored over 10 years ago
android/handsfree: Pass device pointer to codec handling functions

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 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.

github.com/bluez/bluez-sandbox - 58f7817e38b3835edf89fbaef0fea46684f7f011 authored over 10 years ago
android/handsfree: Pass device object to disconnect watch

github.com/bluez/bluez-sandbox - f8bf756deca3b243549e9a8cda93c381c741e772 authored over 10 years ago
android/handsfree: Pass device to phone state and indicators functions

github.com/bluez/bluez-sandbox - 806cbc3f8c3ea452db045789b4febed818ac3851 authored over 10 years ago
android/handsfree: Pass device to SCO handling functions

github.com/bluez/bluez-sandbox - 325ddf83428b6b379d781bad73f15e8b1224eef2 authored over 10 years ago
android/handsfree: Pass device to connection handling functions

github.com/bluez/bluez-sandbox - 8b27c6fce9331230bb7e09870d5238815cea4cac authored over 10 years ago
android/handsfree: Make init, cleanup and state functions static less

github.com/bluez/bluez-sandbox - 74fed7614a8e7a232cee8c9ab19991b7e0febe56 authored over 10 years ago
android/handsfree: Pass device as user data to AT handlers

github.com/bluez/bluez-sandbox - 320caa7ae27937fe0150edf0fc3f6c30d974c02f authored over 10 years ago
android/handsfree: Pass device pointer when registering AT commands

github.com/bluez/bluez-sandbox - 0012675f5d0791674ce99c8a237d00b9c29f6912 authored over 10 years ago
android/handsfree: Define proper type for device structure

github.com/bluez/bluez-sandbox - 5518a499b74753d0626169725fbab2c4a8a50a71 authored over 10 years ago
android/pts: Update AVDTP tests results with PTS 5.3

github.com/bluez/bluez-sandbox - f468a9f53ac6f8de0a32ae2f8583c208eee0e994 authored over 10 years ago
doc: Mention the released Linux 3.17 kernel

github.com/bluez/bluez-sandbox - f2c3147f742b07f526bb2cd798c00e473cc37065 authored over 10 years ago
monitor: Add AVRCP PASS THROUGH command support

Support for decoding AVRCP PASS THROUGH command added in Bluetooth
monitor.

github.com/bluez/bluez-sandbox - 0e62b2721a062cca8e6ae2ee50d08e76e72470e0 authored over 10 years ago
doc/test-coverage: Update Android tests count

github.com/bluez/bluez-sandbox - 0b4d4b5e62fbc3a5a6a9f1a0944801e2a73081c1 authored over 10 years ago
android/tester: Add Gatt Write Descriptor Insuf. Auth.

Test case for insufficient authorization error

github.com/bluez/bluez-sandbox - 5b93a493de11d7c516bcf08cf007a9cc209c61d7 authored over 10 years ago
android/gatt: Fix status in write descriptor cb

This fixes problem with status value.
Status should be updated in hal_gatt_write_params as well.

github.com/bluez/bluez-sandbox - 2ae06e9e9ae1919a13a59b1f46f0f390f23935eb authored over 10 years ago
android/tester: Add Gatt Write Descriptor Wrong Param

Write descriptor value using wrong parameters test case

github.com/bluez/bluez-sandbox - 30356dfd8d37298f684ea48f76184782ece63ef1 authored over 10 years ago
android/tester: Add Gatt Write Descriptor Success

Write descriptor value test case.

github.com/bluez/bluez-sandbox - 4ae2ef3671d35a1a5679a56fff78beb3df9a322e authored over 10 years ago