2

我想将 shell 脚本(或任何格式)从机器人传输到蓝牙设备。

我在 OBEX 帮助命令中看到

Usage:
  obexd [OPTION...]

Help Options:
  -h, --help                  Show help options

Application Options:
  -d, --debug=DEBUG           Enable debug information output
  -p, --plugin=NAME,...       Specify plugins to load
  -P, --noplugin=NAME,...     Specify plugins not to load
  -n, --nodetach              Run with logging in foreground
  -r, --root=PATH             Specify root folder location. Both absolute and relative can be used, but relative paths are assumed to be relative to user $HOME folder. Default $XDG_CACHE_HOME
  -S, --root-setup=SCRIPT     Root folder setup script
  -l, --symlinks              Allow symlinks leading outside of the root folder
  -c, --capability=FILE       Specify capability file, use '!' mark for scripts
  -a, --auto-accept           Automatically accept push requests

一些关于允许脚本传输的部分。被同一个OBEXD转移后也可以执行吗?我在他们的 git 源中看到了一些关于此的内容:

https://github.com/sragavan/obex/blob/master/src/main.c#L319

谢谢

4

0 回答 0