A mock for the BlueZ D-Bus API
Project description
BlueZoo
BlueZoo is a BlueZ D-Bus API mock, designed to test applications for BlueZ integration.
Introduction
BlueZoo provides "org.bluez" D-Bus service, allowing developers to test BlueZ integration in their applications without needing actual Bluetooth hardware. It runs entirely in user space, so it can be easily integrated into automated test suites on various CI/CD pipelines.
Installation
BlueZoo is available as a Python package on PyPI and can be installed using
pip:
pip install bluezoo
Usage
By default, BlueZoo creates "org.bluez" service on the D-Bus system bus. In
order to use an isolated testing environment, it is recommended to run a local
D-Bus bus and set DBUS_SYSTEM_BUS_ADDRESS environment variable to point to
the local bus.
-
Start local D-Bus bus:
dbus-daemon --session --print-address
-
Set
DBUS_SYSTEM_BUS_ADDRESSenvironment variable:export DBUS_SYSTEM_BUS_ADDRESS=<BUS-ADDRESS-FROM-STEP-1>
-
Run BlueZoo with pre-defined adapters:
bluezoo --auto-enable --adapter 00:11:22:33:44:55
-
Run your application and test BlueZ integration. For example, you can use
bluetoothctl, which is a command-line utility provided by BlueZ, to interact with BlueZoo service:$ bluetoothctl show 00:11:22:33:44:55 Controller 00:11:22:33:44:55 (public) Name: Alligator's Android Powered: yes Discoverable: no Discovering: no
BlueZoo Manager Interface
BlueZoo provides a D-Bus interface for managing the mock service. The manager
interface is available at /org/bluezoo. It allows to dynamically create and
destroy adapters.
Remove adapter hci0:
gdbus call --system \
--dest org.bluez \
--object-path /org/bluezoo \
--method org.bluezoo.Manager1.RemoveAdapter
0
Add adapter hci0 with address 00:00:00:11:11:11:
gdbus call --system \
--dest org.bluez \
--object-path /org/bluezoo \
--method org.bluezoo.Manager1.AddAdapter
0 '00:00:00:11:11:11'
BlueZ Interfaces
| Name | Supported | Notes |
|---|---|---|
| org.bluez.Adapter1 | ✅ | |
| org.bluez.AdminPolicySet1 | - | |
| org.bluez.AdminPolicyStatus1 | - | |
| org.bluez.AdvertisementMonitorManager1 | - | |
| org.bluez.AdvertisementMonitor1 | - | |
| org.bluez.AgentManager1 | ✅ | |
| org.bluez.Agent1 | ✅ | |
| org.bluez.BatteryProviderManager1 | - | |
| org.bluez.BatteryProvider1 | - | |
| org.bluez.Battery1 | - | |
| org.bluez.Device1 | ✅ | |
| org.bluez.DeviceSet1 | - | |
| org.bluez.GattCharacteristic1 | ✅ | |
| org.bluez.GattDescriptor1 | ✅ | |
| org.bluez.GattManager1 | ✅ | |
| org.bluez.GattProfile1 | - | |
| org.bluez.GattService1 | ✅ | |
| org.bluez.Input1 | - | |
| org.bluez.LEAdvertisement1 | ✅ | |
| org.bluez.LEAdvertisingManager1 | ✅ | |
| org.bluez.MediaAssistant1 | - | |
| org.bluez.MediaControl1 | - | |
| org.bluez.MediaEndpoint1 | - | |
| org.bluez.MediaFolder1 | - | |
| org.bluez.MediaItem1 | - | |
| org.bluez.MediaPlayer1 | - | |
| org.bluez.Media1 | - | |
| org.bluez.MediaTransport1 | - | |
| org.bluez.Network1 | - | |
| org.bluez.NetworkServer1 | - | |
| org.bluez.obex.AgentManager1 | - | |
| org.bluez.obex.Agent1 | - | |
| org.bluez.obex.Client1 | - | |
| org.bluez.obex.FileTransfer1 | - | |
| org.bluez.obex.Image1 | - | |
| org.bluez.obex.MessageAccess1 | - | |
| org.bluez.obex.Message1 | - | |
| org.bluez.obex.ObjectPush1 | - | |
| org.bluez.obex.PhonebookAccess1 | - | |
| org.bluez.obex.Session1 | - | |
| org.bluez.obex.Synchronization1 | - | |
| org.bluez.obex.Transfer1 | - | |
| org.bluez.ProfileManager1 | - | |
| org.bluez.Profile1 | - |
Contributing
Contributions are welcome! Please read the CONTRIBUTING guidelines for more information.
License
This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bluezoo-1.0.2.tar.gz.
File metadata
- Download URL: bluezoo-1.0.2.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf3d7757bb6ba00310a509e25fb3b4dfdff78edbb7d6759734b87e97e2f14de7
|
|
| MD5 |
3df6441edc2c2983263c41e420a23abb
|
|
| BLAKE2b-256 |
1d3c8cf64ef6805718b4ca774e8fa623516214e8d0d60715c7dadde4aa230d78
|
Provenance
The following attestation bundles were made for bluezoo-1.0.2.tar.gz:
Publisher:
publish.yaml on Samsung/BlueZoo
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bluezoo-1.0.2.tar.gz -
Subject digest:
bf3d7757bb6ba00310a509e25fb3b4dfdff78edbb7d6759734b87e97e2f14de7 - Sigstore transparency entry: 518152633
- Sigstore integration time:
-
Permalink:
Samsung/BlueZoo@7f3d6109c1512b20d3768d6c561f3f4c662a7c9e -
Branch / Tag:
refs/tags/v1.0.2 - Owner: https://github.com/Samsung
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yaml@7f3d6109c1512b20d3768d6c561f3f4c662a7c9e -
Trigger Event:
push
-
Statement type:
File details
Details for the file bluezoo-1.0.2-py3-none-any.whl.
File metadata
- Download URL: bluezoo-1.0.2-py3-none-any.whl
- Upload date:
- Size: 40.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2bba070be644562cfe02f387f24db57e76c953b1a08847231bb5f1c8f5e0925
|
|
| MD5 |
79d6a8f68d2de44e3a47ad6da3fba98c
|
|
| BLAKE2b-256 |
3068ff389e77a1829c8dfa8f61822b032038f7f638e34346b4c4eae439df92a8
|
Provenance
The following attestation bundles were made for bluezoo-1.0.2-py3-none-any.whl:
Publisher:
publish.yaml on Samsung/BlueZoo
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bluezoo-1.0.2-py3-none-any.whl -
Subject digest:
c2bba070be644562cfe02f387f24db57e76c953b1a08847231bb5f1c8f5e0925 - Sigstore transparency entry: 518152641
- Sigstore integration time:
-
Permalink:
Samsung/BlueZoo@7f3d6109c1512b20d3768d6c561f3f4c662a7c9e -
Branch / Tag:
refs/tags/v1.0.2 - Owner: https://github.com/Samsung
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yaml@7f3d6109c1512b20d3768d6c561f3f4c662a7c9e -
Trigger Event:
push
-
Statement type: