Skip to main content

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.

  1. Start local D-Bus bus:

    dbus-daemon --session --print-address
    
  2. Set DBUS_SYSTEM_BUS_ADDRESS environment variable:

    export DBUS_SYSTEM_BUS_ADDRESS=<BUS-ADDRESS-FROM-STEP-1>
    
  3. Run BlueZoo with pre-defined adapters:

    bluezoo --auto-enable --adapter 00:11:22:33:44:55
    
  4. 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

bluezoo-1.0.1.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bluezoo-1.0.1-py3-none-any.whl (40.2 kB view details)

Uploaded Python 3

File details

Details for the file bluezoo-1.0.1.tar.gz.

File metadata

  • Download URL: bluezoo-1.0.1.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

Hashes for bluezoo-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e5ef05a339a0c266d76b51c32145eb8936dff203dee4a483cdc184833e82c6f4
MD5 3a11a16d394d9e23cc700ad7b7cbe943
BLAKE2b-256 55121735687ec0e2bdf8e1c1679cd8fa782580e65da04bdc031f94144f19af80

See more details on using hashes here.

Provenance

The following attestation bundles were made for bluezoo-1.0.1.tar.gz:

Publisher: publish.yaml on Samsung/BlueZoo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bluezoo-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: bluezoo-1.0.1-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

Hashes for bluezoo-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3f2ae9b4b7aabe75d819defbed0472c2b570f3d374708b079ab43126b907d0f6
MD5 6405a8518567cca14daf260b59fa8860
BLAKE2b-256 0f735cf0ec4e65507dbe3453c29a287580678057e79e200f0ba9e96e3ce32a9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bluezoo-1.0.1-py3-none-any.whl:

Publisher: publish.yaml on Samsung/BlueZoo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page