- Show A List Of Bluetooth Devices Using SwiftUI
A long time ago I wrote a post about discovering BLE peripherals and displaying them in list form. That was way before SwiftUI though so I thought I'd revisit the idea, remaking the feature in the quickest and low complexity way possible to get started quickly...
- Get List Of BLE Devices Using CoreBluetooth
This post will show the minimum effort needed to get a list of BLE (Bluetooth 4.0) devices that are advertising on your iOS device...