Bluetooth “out of band” (OOB) pairing on Android?

前端 未结 2 2131
执念已碎
执念已碎 2021-02-08 19:23

I\'ve been searching the internet and haven\'t seen anything in the way of how to exactly implement OOB pairing. I was hoping somebody here could point me to some example code t

2条回答
  •  伪装坚强ぢ
    2021-02-08 19:39

    There are no public APIs yet on androind to allow for OOB pairing. It is possible nnly if you can or are willing to modify the underlying BlueZ stack to expose the OOB paring hooks to the applicaiton. (Non trivial task)

    What OOB mechanism are you plannin on using ? NFC ?

提交回复
热议问题