Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用蓝牙从我的安卓设备中查找/读取其他蓝牙设备的日期和时间?
注意:其他设备未与我的 android 设备配对。
做了足够的谷歌搜索,但无法得到任何答案。
这不在蓝牙规范中:蓝牙本身不提供任何发布日期和/或时间的方式——既不通过蓝牙配置文件,也不通过低级功能。
您必须实现自己的代码,该代码必须在连接的两端运行(即您需要构建一个提供时间的应用程序和一个耗时的应用程序)。
Currently I have an object of type IList<object> and I need to convert to another type of IList using Type object.
IList<object>
IList
eg.
Type t = typeof(MyType); var l