Is it possible to connect Android Wear device with another BLE device directly without interaction of phone device?

后端 未结 2 1066
情深已故
情深已故 2021-01-04 11:45

I am looking for an Advice to connect two BLE devices directly with each other without interference of phone device.I know that in normal scenario watch will connect with mo

2条回答
  •  悲&欢浪女
    2021-01-04 12:39

    BLE protocol only allows the communication between a central and a peripheral device. The wristband surely is a peripheral device that advertises BLE packets and expose some services (for example the heart rate).

    You need to figure out if the android watch support BLE in central mode. In that case you will be able to scan for advertisement packets coming from peripheral devices (wristband), and connect to them.

提交回复
热议问题