Bluetooth Low Energy Communication
Bluetooth Low Energy (formerly known as Bluetooth Smart) is a wireless communication protocol that uses Bluetooth with low-power peripheral devices. These peripheral devices include fitness trackers, health monitors, and personal electronics such as smartwatches or wireless headphones. Bluetooth Low Energy communication support is different from the Bluetooth Communication interface in MATLAB®.
The Bluetooth Low Energy interface is supported on these platforms:
macOS 10.13 High Sierra or later
Windows® 10, version 1709 or later
To connect to peripheral devices that support Bluetooth Low Energy, your computer needs to have a built-in or external Bluetooth 4.0 adapter. After you connect to a device, use MATLAB to read from or write data to it. You can work with both standard and custom services, characteristics, and descriptors.
To learn more about the standards and specifications of Bluetooth Low Energy communication, see Bluetooth SIG.
To simulate, analyze, and test Bluetooth communications systems, see Bluetooth Toolbox.
Functions
blelist | Scan nearby Bluetooth Low Energy peripheral devices |
ble | Connect to Bluetooth Low Energy peripheral device |
characteristic | Access a characteristic on Bluetooth Low Energy peripheral device |
descriptor | Access a descriptor on Bluetooth Low Energy peripheral device |
read | Read characteristic or descriptor data on a Bluetooth Low Energy peripheral device |
write | Write data to a characteristic or descriptor on a Bluetooth Low Energy peripheral device |
subscribe | Subscribe to characteristic notification or indication |
unsubscribe | Unsubscribe from characteristic notification and indication |
Topics
- Bluetooth Low Energy Communication Overview
Learn about the basic concepts and terminology for working with the Bluetooth Low Energy protocol.
- Find Your Bluetooth Low Energy Peripheral Devices
Scan for and connect to a Bluetooth Low Energy peripheral device. You can view the advertising data of each device to determine the device type and whether it is connectable before creating a connection.
- Work with Device Characteristics and Descriptors
Control Bluetooth Low Energy peripheral devices by reading or writing characteristics and descriptors. You can work with both standard and custom characteristics and descriptors.
Troubleshooting
Troubleshooting Bluetooth Low Energy
Troubleshoot the Bluetooth Low Energy interface.