go-ble / ble

Bluetooth Low Energy for Linux / macOS
BSD 3-Clause "New" or "Revised" License
298 stars 107 forks source link

How to Authenticate ? #94

Closed wwhai closed 2 years ago

wwhai commented 2 years ago

How to Authenticate with pair code?

estutzenberger commented 2 years ago

This library does not support any BLE security features. Please check the linux version at https://github.com/ble/rigado. There is a basic example for using pairing processes here: https://github.com/rigado/ble/blob/master/examples/hrs_smp/main.go

wwhai commented 2 years ago

Thank you