mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
7 lines
93 B
Go
7 lines
93 B
Go
// +build linux
|
|
|
|
package socket
|
|
|
|
import "syscall"
|
|
|
|
const AF_BLUETOOTH = syscall.AF_BLUETOOTH
|