Updated L2CAPSocket.close()
L2CAPSocket.close()
Pure Swift Bluetooth Definitions.
import Bluetooth let uuid128bit = BluetoothUUID(rawValue: "60F14FE2-F972-11E5-B84F-23E070D5A8C7") let uuid16bit = BluetoothUUID(rawValue: "FEA9") let address = BluetoothAddress(rawValue: "00:1A:7D:DA:71:13")
import PackageDescription let package = Package( name: "hcitool", products: [ .executable(name: "hcitool", targets: ["hcitool"]) ], dependencies: [ .package(url: "https://github.com/PureSwift/Bluetooth.git", .branch("master")) ], targets: [ .target( name: "hcitool", dependencies: [ "Bluetooth" ] ) ] )
Read the documentation here. Documentation can be generated with DocC.
Bluetooth is released under the MIT license. See LICENSE for details.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Pure Swift Bluetooth Definitions.
Usage
Installation
Swift Package Manager
Documentation
Read the documentation here. Documentation can be generated with DocC.
See Also
License
Bluetooth is released under the MIT license. See LICENSE for details.