Android Bluetooth Piconet Broadcast data

前端 未结 1 1285
一个人的身影
一个人的身影 2021-02-11 04:17

I have some questions regarding Piconet in Android:

  1. Is it possible with the Bluetooth Android API to broadcast data that was sent by one slave to all (master an

1条回答
  •  深忆病人
    2021-02-11 04:55

    Is it possible with bluetooth android API to broadcast data that was sent by one slave and the data will be received to all (master and slave) in the piconet? If it is possible, how does it works? It goes to the master first and then gives to all slave, or slave directly one by one contact another slave?

    in a piconet you have one master and unto 7 active slaves, Bluetooth broadcast works form Master to all slaves - In android there are no APIs for applications to use the broadcast feature. Slaves can directly talk to only the master. It is a star topology Master talking to slaves and slaves to Master.

    Can one device connect to two or more different piconet?

    Yes - You can me Master in one piconet and slave in other piconet/s Or Slave/s in different piconet/s

    If the master is down, can it delegates automatically to other slave?

    No

    0 讨论(0)
提交回复
热议问题