Multiple bluetooth connection

后端 未结 8 1889
后悔当初
后悔当初 2020-11-28 19:46

I want to connect 3 devices via bluetooth (My Droid must connect to 2 bluetooth devices). I \'ve connected my Droid to 1 device using Bluetooth chat How should I modify it f

8条回答
  •  遥遥无期
    2020-11-28 20:17

    Please take a look at the Android documentation.

    Using the Bluetooth APIs, an Android application can perform the following:

    • Scan for other Bluetooth devices
    • Query the local Bluetooth adapter for paired Bluetooth devices
    • Establish RFCOMM channels
    • Connect to other devices through service discovery
    • Transfer data to and from other devices
    • Manage multiple connections

提交回复
热议问题