我想将一个shell脚本(或任何格式)从adroid转移到蓝牙设备。
我在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
谢谢