DEBSOURCES
Skip Quicknav
sources / golang-github-bettercap-gatt / 0.0~git20240808.ec4935e-1 / linux / gioctl / ioctl_other.go
1234567891011
// +build !mips,!mipsle package gioctl const ( directionNone = 0 directionWrite = 1 directionRead = 2 sizeBits = 14 )