3 Star 1 Fork 0

Gitee 极速下载/gatt

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/paypal/gatt
Clone or Download
option_linux.go 464 Bytes
Copy Edit Raw Blame History
Tzu-Jung Lee authored 2015-01-16 13:24 +08:00 . Initial changes for gatt-next.
package option
import (
"github.com/paypal/gatt"
"github.com/paypal/gatt/linux/cmd"
)
var DefaultClientOptions = []gatt.Option{
gatt.LnxMaxConnections(1),
gatt.LnxDeviceID(-1, true),
}
var DefaultServerOptions = []gatt.Option{
gatt.LnxMaxConnections(1),
gatt.LnxDeviceID(-1, true),
gatt.LnxSetAdvertisingParameters(&cmd.LESetAdvertisingParameters{
AdvertisingIntervalMin: 0x00f4,
AdvertisingIntervalMax: 0x00f4,
AdvertisingChannelMap: 0x7,
}),
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/gatt.git
git@gitee.com:mirrors/gatt.git
mirrors
gatt
gatt
4ae819d591cf

Search