Is the native Android BLE implementation synchronous in nature?

前端 未结 2 766
小蘑菇
小蘑菇 2020-12-01 11:03

I remember reading in the \"Guide and Hint\"-doc to the Samsung BLE API (archived page):

One of the most important concepts of the Samsung F/W and sta

2条回答
  •  隐瞒了意图╮
    2020-12-01 11:54

    1. No. most of the function calls are asynchronous.
    2. I don't know. Official docs doesn't mention it but it doesn't say that it supports only one device either. I believe it's possible to do it. Check this article: http://blog.lemberg.co.uk/getting-bottom-android-bluetooth-low-energy-api#.UfvK6ZK-1cY

    It says (I don't know what its source is) that multiple peripheral devices can connect to one Android Central device

提交回复
热议问题