issues
search
wandersnail
/
easyble-x
A simple framework for Android Bluetooth Low Energy (BLE)
Apache License 2.0
156
stars
37
forks
source link
是否支持蓝牙5.0,5.1?
#9
Closed
ghost
closed
4 years ago
ghost
commented
4 years ago
是否支持5.0,5.1? /**
物理层的模式 */ @RequiresApi(Build.VERSION_CODES.O) public ConnectionConfiguration setPhy(int phy) { this.phy = phy; return this; } 这一部分是不是蓝牙5.x通讯方式?用法和4.x一样么?
wandersnail
commented
4 years ago
支持,一样的
是否支持5.0,5.1? /**