BLEDiscovery

1.0

BLE advertising/publishing utility with ability to exchange info between iOS devices
ArchieGoodwin/BLEDiscovery

What's New

BLE Discovery

2023-08-19T11:42:42Z

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)

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 17 2024 16:04:11 GMT-0900 (Hawaii-Aleutian Daylight Time)