In order to write discovery tests for LE, we need some implementation
on emulator side.
This patch series basically reports virtual devices in adv mode for
devices in scan mode.
This new series was reorganized by merging some commits and removing
others not related to discovery tests. Note that this is just a first
set, based on a RFC sent a while ago by Bruna Moreira. Future patches
will build on these patches.
Jefferson Delfes (6):
emulator: Store LE advertising data length in btdev
emulator: Implement basic LE set adv enable command
emulator: Store LE scan state of virtual controller
emulator: Disallow LE set scan params command when scan is enabled
emulator: Dummy LE set advertising parameters
emulator: Implement LE advertising report
emulator/btdev.c | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
monitor/bt.h | 13 +++++++
2 files changed, 113 insertions(+), 2 deletions(-)
--
1.8.3.2