This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Number of Master Emulator Peer Targets

I'm interested in using the master emulator to connect to multiple target devices, but it does not appear there is support for this in the API (v2.1.3). For example, there doesn't seem to be a way to differentiate between devices, ie. handles, which would make delegate callbacks very challenging. It also mentions that it is not intended to create multiple instances of the master emulator object. Does this mean that there may only be one master emulator running one BLE target on each computer?

Parents
  • The Master Emulator API and dongle is not capable of being connected to multiple devices at the same time. This is something we provide for development and testing only, and it should not be used in any production solutions.

    If your application is meant for something like that, you may be able to get things working multiple dongles, but this is not something I've tested or that I know is at all possible.

Reply
  • The Master Emulator API and dongle is not capable of being connected to multiple devices at the same time. This is something we provide for development and testing only, and it should not be used in any production solutions.

    If your application is meant for something like that, you may be able to get things working multiple dongles, but this is not something I've tested or that I know is at all possible.

Children
No Data
Related