BluetoothKit icon indicating copy to clipboard operation
BluetoothKit copied to clipboard

Easily communicate between iOS/OSX devices using BLE

Results 42 BluetoothKit issues
Sort by recently updated
recently updated
newest added

- "Mostly" is a ambiguous word. - Spelling mistakes fixed.

Thanks for the great project. It works perfectly when sending small amount of data (e.g., < 1k). However, crashes when sending large data (e.g., ~1M bytes). Looks like the `processSendDataTasks`...

Is there a limitation in data transfer size? can transfer small size of data but once the size increase data cannot be received? issues is generally seen when data gets...

error: https://github.com/rhummelmose/BluetoothKit.git has no Package.swift manifest for version 0.4.0

I have problem. I scan with central.scanWithDuration, but I get nil error. Can you help me please? Why? My code:` private var discoveries = [BKDiscovery]() let central = BKCentral() func...

Hi, I searched many open source projects and couldnt find any answer and someone here might know and help. I want to create a virtual keyboard or mouse in mac...

From what I have read, this does not seem to be possible as part of BluetoothCore API. Has any of these capabilities been exposed as part of this project?

my Podfile: source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks! pod 'BluetoothKit', '~> 0.4.0' Installing BluetoothKit (0.4.0) [!] Unable to determine Swift version for the following pods: - `BluetoothKit` does not specify...