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 手机检测我的 iphone 是否在房间里。用例如下:当我离开家时(我的iphone放在口袋里),android手机检测到iphone太远,并启动安全服务。当我回到家时,它会检测到我的 iPhone,关闭闹钟并说“你好”
主要问题是当我的 iphone 是我的口袋时,它处于“睡眠”模式,在这种情况下,我无法检测到蓝牙。我知道这一定是可能的,它与新车的用途相同,当您进入时,它会检测您的 iPhone 并同步您的所有数据。
有人有想法解决我的问题吗?谢谢
数学
编写一个服务,或者任何它在 iPhone 上调用的东西,每 5 秒激活一次蓝牙,这样你家中的手机就可以检测到它。我猜它会很快耗尽你手机的电池。