:py:mod:`expliot.plugins.ble.blenotifyread` =========================================== .. py:module:: expliot.plugins.ble.blenotifyread .. autoapi-nested-parse:: Test the possibility of enabling notification for a characteristic on a Bluetooth LE device. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.ble.blenotifyread.BleNotifyRead .. py:class:: BleNotifyRead Bases: :py:obj:`expliot.core.tests.test.Test` Plugin to enable notification and read characteristic data from a Bluetooth LE device. output Format: [{"ndata": 1}] .. py:method:: notifycb(handle, data) :staticmethod: Notification data read callback. Args: handle (int): The handle of the characteristic whose data is received. data (bytes): The data that is received from the BLE device. Returns: Nothing .. py:method:: execute() Execute the test.