BLE Fundamentals
Core concepts and principles behind Bluetooth Low Energy technology.
Bluetooth Low Energy (BLE)How to Use Android BLE Scan Filter
Android's ScanFilter API lets you narrow BLE scan results to the devices that matter most. Learn how to filter by service UUID, device name, manufacturer data, and more while optimizing scan behavior for faster, more reliable discovery.
Bluetooth Low Energy (BLE)How to Perform a BLE Scan on Android
Learn how to perform a BLE scan on Android using Kotlin, from configuring permissions and BluetoothLeScanner to displaying nearby devices and managing scan results across Android versions.
Bluetooth Low Energy (BLE)How to Discover Services and Characteristics on iOS Core Bluetooth
A successful BLE connection is only the beginning. Learn how to discover services and characteristics on iOS Core Bluetooth, navigate a peripheral's GATT table, and prepare for reading, writing, and subscribing to characteristic values.
LightBlueHow to Verify BLE Advertisement Data Using LightBlue
BLE issues often trace back to the advertising packet, but it's hard to diagnose what you can't see. Learn how to verify BLE advertisement data with LightBlue and confirm that your device is broadcasting the service UUIDs, manufacturer data, and…
Bluetooth Low Energy (BLE)How to Use the centralManager didDiscover Delegate in iOS Core Bluetooth
The centralManager didDiscover delegate is where BLE scanning results become actionable. Learn what Core Bluetooth provides through CBPeripheral, advertisementData, and RSSI, and how to use that information to identify and manage devices before connecting.
Bluetooth Low Energy (BLE)BLE Throughput Optimization FAQ: Common Questions Answered
BLE throughput optimization depends on decisions across every layer of the stack. This FAQ answers the most common BLE speed and data transfer questions, from PHY selection and DLE to ATT MTU, connection intervals, and transfer methods.
Dive into our complete collection of articles, guides, and resources.




