A Practical Guide to Debugging BLE Communication on iOS
Learn how to debug and sniff Bluetooth LE communication on iOS devices by capturing HCI commands and events, and extracting security keys for encrypted traffic decryption.
Learn how to debug and sniff Bluetooth LE communication on iOS devices by capturing HCI commands and events, and extracting security keys for encrypted traffic decryption.
Bluetooth beacons are alive and well due to their low cost and widespread usage in commercial spaces like retail stores and logistics.
Learn how to set up an Android app for Bluetooth LE scanning. Covers permissions, scan configuration, callback and PendingIntent scanning, and logging scan results using Kotlin.