brainaccess.core.ble_device#
Classes#
Represents a Bluetooth Low Energy (BLE) device found during a scan. |
Module Contents#
- class brainaccess.core.ble_device.BaBleDevice[source]#
Bases:
ctypes.StructureRepresents a Bluetooth Low Energy (BLE) device found during a scan.
This class stores the device’s name and MAC address, which are essential for identifying and connecting to a specific BrainAccess device.
- Initialize self. See help(type(self)) for accurate signature.