For testing multiple devices, it's nice to use a hciemu for each virtual device. The problem is that their addresses are always the same. This patch series removes the static address assignment made in hciemu_new/create_vhci. Inside btdev_create, it already generated a specific address, so we can just reuse it. Jefferson Delfes (3): emulator: Add getter function for device address in btdev shared: Remove static address assignment in hciemu shared: Return real address of master dev in hciemu emulator/btdev.c | 5 +++++ emulator/btdev.h | 1 + src/shared/hciemu.c | 21 ++++++++++----------- 3 files changed, 16 insertions(+), 11 deletions(-) -- 1.8.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html