【问题标题】:Usage bluetooth sockets in kernel module在内核模块中使用蓝牙套接字
【发布时间】:2019-03-14 12:29:19
【问题描述】:

我很好奇是否有可能在内核模块中制作蓝牙服务器。我见过 udp 服务器,但我需要一个蓝牙服务器。

【问题讨论】:

    标签: sockets server bluetooth linux-kernel kernel-module


    【解决方案1】:

    内核代码可以调用 sock_create_kern() 来创建任何系列的套接字,包括 AF_BLUETOOTH。

    net/bluetooth/rfcomm/ 下的代码已经做到了。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-03-27
      • 2013-11-25
      • 1970-01-01
      • 2011-03-18
      • 2017-05-25
      • 2022-01-22
      • 2014-01-20
      • 1970-01-01
      相关资源
      最近更新 更多