:mod:`bluetooth ` -- Bluetooth ================================================== .. automodule:: pybricks.bluetooth :no-members: .. currentmodule:: pybricks.bluetooth EV3 Mailboxes ------------- Pybricks MicroPython provides a mailbox implementation that is compatible with the standard LEGO firmware. This can be used to communicate between multiple EV3 bricks running Pybrick MicroPython, the standard LEGO firmware or a combination of the two. .. note:: See :doc:`ev3_mailboxes` for a more general overview. .. autoclass:: EV3MailboxClient .. autoclass:: EV3MailboxServer .. autoclass:: EV3MailboxMixIn .. autodata:: ALL_BRICKS :annotation: