标签: sockets server bluetooth linux-kernel kernel-module
我很好奇,是否有可能在内核模块中制造一个蓝牙服务器。我看过udp服务器,但是我确实需要一个蓝牙服务器。
答案 0 :(得分:0)
内核代码可以调用sock_create_kern()创建任何家族的套接字,包括AF_BLUETOOTH。
net / bluetooth / rfcomm /下的代码已经做到了。