:mod:`expliot.core.protocols.radio.ble` ======================================= .. py:module:: expliot.core.protocols.radio.ble Package Contents ---------------- .. py:class:: Ble A wrapper around simple BLE operations. .. py:class:: Ble .. attribute:: ADDR_TYPE_RANDOM .. attribute:: ADDR_TYPE_PUBLIC .. attribute:: ADTYPE_NAME :annotation: = 9 .. staticmethod:: scan(iface=0, tout=10) .. py:class:: BleScanner Bases: :class:`bluepy.btle.Scanner` A wrapper around bluepy Scanner class. .. py:class:: BlePeripheral Bases: :class:`bluepy.btle.Peripheral` A wrapper around bluepy Peripheral class.