BluetoothLinux
BluetoothLinux copied to clipboard
Pure Swift Linux Bluetooth Stack
when attempting to scan I get a Invalid HCI Command Parameters error. However if I run bluetoothctl scan on the scanner starts working. It appears that there is some command...
Hi, I try example and see this error: /home/pi/Xport/DomoPhone/Sources/DomoPhone/main.swift:16:16: error: incorrect argument label in call (have 'rawValue:', expected 'uuidString:') let uuid = UUID(rawValue: "E2C56DB5-DFFB-48D2-B060-D0F5A71096E0")! ^~~~~~~~~ uuidString Please help
Hi, I see rfcomm is defined in BluetoothProtocols but not aware if RFCOMM sockets can be established currently. Seems the project is more focused on BLE implementation and would like...
Hi, I'm using swift 5.0 on Rpi Zero from an empty project there is an issue on `swift build` `Updating https://github.com/PureSwift/BluetoothLinux.git error: the package bluetoothlinux[https://github.com/PureSwift/BluetoothLinux.git] @ 4.0.0 contains incompatible dependencies:...
In the Package.swift ,of the tagged version 5.0.5, is declared this dependency. ``` .package( url: "https://github.com/PureSwift/Socket.git", .branch("main") ) ``` Since the dependency is pointing to a branch SPM can not...
- add .editorconfig - update .gitignore
Set version in Package.swift
- update checkout - update upload-artifact
fix indent in readme