ArchieGoodwin/BLEDiscovery
BLE advertising/publishing utility with ability to exchange info between iOS devices
BLE Discovery swift package
Detect BLE devices with the same BLE ID (UUID string), exchange information between BLE devices
Usage
Start discovering contacts
To start discover BLE contacts use:
let discovery = BLEDiscovery(uuid: "UUID string")
self.discovery.startDiscovering { user in
}To advertise your own string info:
let discovery = BLEDiscovery()
discovery.startAdvertising(with: user_string_info)Package Metadata
Repository: ArchieGoodwin/BLEDiscovery
Stars: 1
Forks: 0
Open issues: 0
Default branch: main
Primary language: swift
License: MIT
README: README.md