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/
Prevent warning message 'Unknown key ControllerMode in main.conf'.
github.com/bluez/bluez-sandbox - c8008d838d9bf6f956f93b16aee972cd9ec62310 authored over 10 years ago
The lookup should use the report types from HoG not from uHID since
bt_hog_send_report expect th...
github.com/bluez/bluez-sandbox - ace0b0529ee62918cc6306ff5253c4457d8c18c6 authored over 10 years ago
github.com/bluez/bluez-sandbox - b8be52b7768ed6ea2ec7a0d2c055e95acfeffddf authored over 10 years ago
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 - 23b3d827158e05a28fe77b85262d71786a5a4dc1 authored over 10 years ago
github.com/bluez/bluez-sandbox - 56917604baab393ec8b92217ff1e8d25747fd643 authored over 10 years ago
Add empty handlers for MAP client IPC commands.
github.com/bluez/bluez-sandbox - cd1187e90baf9a01f6c8016fc2ac3a42efba3cd0 authored over 10 years ago
This allows to get remote mas instances. In case of wrong sdp record
fail status will be returne...
This patch adds test sending out of range opcode for service.
github.com/bluez/bluez-sandbox - cabac5bce3fbeb808b3372a62459cb4368ea2a67 authored over 10 years agoAdd cases testing message size verification for MAP client opcodes.
github.com/bluez/bluez-sandbox - 8b47bd276bc5326effb9f0a3d62bf9825c15149d authored over 10 years agoThis adds initial daemon code for MAP client profile.
github.com/bluez/bluez-sandbox - 8d42d400759c7ce9033bbc96552ad5a14bbf06e1 authored over 10 years agogithub.com/bluez/bluez-sandbox - a848ceb0721d9e405f9326441b1958e289c6e81f authored over 10 years ago
github.com/bluez/bluez-sandbox - 7714548e2dddd3a6dbd0b8ba41a7102d64ba52f7 authored over 10 years ago
github.com/bluez/bluez-sandbox - f4fc77853d4a3f6d493cdc20b1b69612640f6144 authored over 10 years ago
Avoid errno be overwritten and make code consistent.
github.com/bluez/bluez-sandbox - a1e74ab31e78c86d45ac46c519d706f64166501d authored over 10 years agoAdd "bnep" before error message.
github.com/bluez/bluez-sandbox - c73724d80f8b4918582accff3985eba7eddcd311 authored over 10 years ago
Fixes bnep_if_up() usage since it already prints error message and
returns errno.
Some functions are using bnep_if_up() like bnep_server_add() referring
directly to errno which m...
This avoids double printing the same error with bnep connection add
ioctl.
This patch adds handling for the Read By Group Type request.
github.com/bluez/bluez-sandbox - 276f6386d34bc8e54fba5f61782fa2688e17dfba authored over 10 years agoThis patch adds handling for the exchange MTU request.
github.com/bluez/bluez-sandbox - 4ff2a9985ffac9000a7a0ce46aecf4c382421bd9 authored over 10 years ago
This patch introduces bt_gatt_server which will implement the
server-side of the ATT protocol ov...
For PDU which have packed struct it is not necessary to use put_*
and get_* since all they do is...
With this patch bt_att automatically responds with
ERROR_REQUEST_NOT_SUPPORTED to an incoming re...
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 - 4c89cfddf61b2e0e7f3bff0c2f0d1123bd10da14 authored over 10 years ago
github.com/bluez/bluez-sandbox - 4a3e146c0781917e54b2d498587d102964e0ab01 authored over 10 years ago
PICS and PIXITs updated to PTS 5.3. Regression done for Android
4.4.4.
Missing hook removal was resulting in memory leak:
936 bytes in 39 blocks are definitely lost in...
PICS and PIXITs updated to PTS 5.3. Regression done for Android
4.4.4.
github.com/bluez/bluez-sandbox - 4de1be32676a3ac2667e6f8a57d84062f967970e authored over 10 years ago
Checked and tested against PTS 5.3
github.com/bluez/bluez-sandbox - 238ad600cb683daa8a8a2d8978c6b7a8e2aaf1f6 authored over 10 years ago
Verify the behavior of the CT receiving a SetAbsoluteVolume Response
with the top bit (bit 7) set.
Top bit of volume should always be ignored when receiving and should be
considered invalid if th...
Verify the NotifyVolumeChange response issued by the TG.
github.com/bluez/bluez-sandbox - e8daf2fd3fa1ccb3e51ca69a4b64337b49008d7a authored over 10 years agoVerify the NotifyVolumeChange command issued by the CT.
github.com/bluez/bluez-sandbox - 46cdc5401647de197f6e9d68e803e754bdb5eb89 authored over 10 years ago
Verify the behavior of the CT receiving a SetAbsoluteVolume Response
with the top bit (bit 7) set.
Verify the NowPlayingContentChanged Notification issued by the TG.
github.com/bluez/bluez-sandbox - 28cb708fa741e42e0e1cd1c3b0cf52434ee542ff authored over 10 years ago
This adds status parameter for functions generating browsing reponses
as it may not be possible ...
This allow callbacks to return 0 instead of -EAGAIN when responding
asynchronously which is more...
Unknown events should be treated as protocol error since there is no
way to parse them properly ...
github.com/bluez/bluez-sandbox - dae855c719dbee0fb816bea0dc31c866a5b68a20 authored over 10 years ago
github.com/bluez/bluez-sandbox - 73688a689301dc96f50663f5f7b526a3ad04a5bd authored over 10 years ago
github.com/bluez/bluez-sandbox - aa649eeb5e30cf7a037a024a58df7a402c83b65c authored over 10 years ago
This error may not be shown during normal compilation, because of
ifdef.
Handles resource leak.
github.com/bluez/bluez-sandbox - aff54c25eb2602de555f4f2402a486168d911e4c authored over 10 years agoAdd support for the speed-dial and favorite folders.
github.com/bluez/bluez-sandbox - d0f7fd035f4a5f5e914450133fac843d09150496 authored over 10 years ago
Adds the following filter entries:
1) Speed-dial
2) Uniform Caller Identifier
3) Unique Identifier
Test TC_RFC_BV_25_C depends on kernel patches for Non-Supported Command,
"Bluetooth: Fix RFCOMM ...
Checked and tested against PTS 5.3
github.com/bluez/bluez-sandbox - 762da4362faaf2a3d65413e1dd01e8e3f28992ac authored over 10 years agoThis 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 agoThis patch adds implementation of mce method to haltest.
github.com/bluez/bluez-sandbox - 4c2386b10151964a98ab1a7e4bf20efe8c19c869 authored over 10 years agoThis adds implementation for mce callback.
github.com/bluez/bluez-sandbox - 5deee3d90c3c2c8c0c64ce4c3fa41f05dee27d42 authored over 10 years ago
This patch adds skeleton for all methods of mce along with
all callbacks.
This patch adds completion functions to mce method.
github.com/bluez/bluez-sandbox - 9c53fe3df3ef9eaf6465a673ed27691bea45d911 authored over 10 years agogithub.com/bluez/bluez-sandbox - 0cf4f16c721d91140421850d744823c0ac813e5a authored over 10 years ago
This patch adds tests sending out of range opcode for each service.
github.com/bluez/bluez-sandbox - 530d7b99d8db0f12257c626abb7e0eeb6a3801e4 authored over 10 years agogithub.com/bluez/bluez-sandbox - 542db1875f4f84e3ad04667e9e15f49f64bcb26b authored over 10 years ago
github.com/bluez/bluez-sandbox - 115f757634a878112ab98d2fdeca50f4ee4c1d2c authored over 10 years ago
The test is to verify GetFolderItems after SetBrowsedPlayer and
SetAddressedPlayer have been sent.
Verify the SetBrowsedPlayer response issued by the TG when an invalid
player is requested.
Verify the SetAddressedPlayer response issued by the TG when an
invalid player is requested.
Verify the initial value of the UID_counter if the TG is a database
aware player.
Verify the TG issues an error when receiving a command for an invalid
UID_counter.
Verify the TG increments the UID_counter and sends a
UIDSChangedNotification when updates on exi...
Verify the initial value of the UID_counter if the TG is a database
unaware player.
Verify the AddressedPlayerChanged Notification issued by the TG and the
procedure associated to ...
This adds proper handling for AddressedPlayerChanged in
avrcp_register_notification_rsp.
github.com/bluez/bluez-sandbox - ac0a57dde84cfbd4e95d37ef1f43a29057e31088 authored over 10 years ago
Verify the AvailablePlayersChanged Notification issued by the TG.
github.com/bluez/bluez-sandbox - 8a8448b4c0e1a3fd1c06b190ac2d3b00dc4c05b8 authored over 10 years agoVerify the PlayerFeatureBitmask issued by the TG.
github.com/bluez/bluez-sandbox - 87ff4f1fbf35825bcad942c1ccbba98535566510 authored over 10 years agoVerify the SetBrowsedPlayer response issued by the TG.
github.com/bluez/bluez-sandbox - c26580e442037d029e080303691118b000af4096 authored over 10 years agogithub.com/bluez/bluez-sandbox - 29e7e9ee95028f2fa170d5f03eac3a3874c68ffd authored over 10 years ago
github.com/bluez/bluez-sandbox - ef293ef10430c8588986071ddb02b44a468c2b7e authored over 10 years ago
github.com/bluez/bluez-sandbox - 9dc6fb633db3fb892e8e7b5a564969d329e62443 authored over 10 years ago
This adds start service by server test cases.
github.com/bluez/bluez-sandbox - 70640ac1ac0dee6fe3688600475ce79e5406521a authored over 10 years agoThis adds stop service by server test cases.
github.com/bluez/bluez-sandbox - 88fd2508f4d3498964c1212d03404994eab8c2f4 authored over 10 years agoThis adds delete service by server test cases.
github.com/bluez/bluez-sandbox - 537b13ed79af24e9a378f64b6f83b88d936d6151 authored over 10 years ago
PTS tests results for RFCOMM on PTS 5.3.
PICS' and PIXITs checked against PTS 5.3.
github.com/bluez/bluez-sandbox - 2fd9ae50f101a2758715f06ad861e553d2621326 authored over 10 years ago
For now this is just dummy to minime use of global static device.
github.com/bluez/bluez-sandbox - 61011ecccd20d4fa1f5c0c5d26a7463adb25be58 authored over 10 years agoRemote device object is now created on-demand instead of being static.
github.com/bluez/bluez-sandbox - 7ed3c6bf9a3058ad985bf2a8617f104e1e22ba20 authored over 10 years ago
This allows to pass whole device structure to ring_cb avoiding use of
static device.
github.com/bluez/bluez-sandbox - f8bf756deca3b243549e9a8cda93c381c741e772 authored over 10 years ago
github.com/bluez/bluez-sandbox - 806cbc3f8c3ea452db045789b4febed818ac3851 authored over 10 years ago
github.com/bluez/bluez-sandbox - 325ddf83428b6b379d781bad73f15e8b1224eef2 authored over 10 years ago
github.com/bluez/bluez-sandbox - 8b27c6fce9331230bb7e09870d5238815cea4cac authored over 10 years ago
github.com/bluez/bluez-sandbox - 74fed7614a8e7a232cee8c9ab19991b7e0febe56 authored over 10 years ago
github.com/bluez/bluez-sandbox - 320caa7ae27937fe0150edf0fc3f6c30d974c02f authored over 10 years ago
github.com/bluez/bluez-sandbox - 0012675f5d0791674ce99c8a237d00b9c29f6912 authored over 10 years ago
github.com/bluez/bluez-sandbox - 5518a499b74753d0626169725fbab2c4a8a50a71 authored over 10 years ago
github.com/bluez/bluez-sandbox - f468a9f53ac6f8de0a32ae2f8583c208eee0e994 authored over 10 years ago
github.com/bluez/bluez-sandbox - f2c3147f742b07f526bb2cd798c00e473cc37065 authored over 10 years ago
Support for decoding AVRCP PASS THROUGH command added in Bluetooth
monitor.
github.com/bluez/bluez-sandbox - 0b4d4b5e62fbc3a5a6a9f1a0944801e2a73081c1 authored over 10 years ago
Test case for insufficient authorization error
github.com/bluez/bluez-sandbox - 5b93a493de11d7c516bcf08cf007a9cc209c61d7 authored over 10 years ago
This fixes problem with status value.
Status should be updated in hal_gatt_write_params as well.
Write descriptor value using wrong parameters test case
github.com/bluez/bluez-sandbox - 30356dfd8d37298f684ea48f76184782ece63ef1 authored over 10 years agoWrite descriptor value test case.
github.com/bluez/bluez-sandbox - 4ae2ef3671d35a1a5679a56fff78beb3df9a322e authored over 10 years ago