Mesh: Enable simultaneous LE scan operations 89/241889/3
authorAbhay Agarwal <ay.agarwal@samsung.com>
Thu, 20 Aug 2020 07:35:01 +0000 (13:05 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Thu, 27 Aug 2020 06:54:35 +0000 (12:24 +0530)
commitc28ea32102c4de317d480033869798fa92a35a18
tree801937dcb0db34a274f6da22f23addbef1773aa0
parent6b1f49e8519a9d39b7fb3965aa5ca2058db52b0b
Mesh: Enable simultaneous LE scan operations

Mesh operations over PB-ADV requires continous LE scan on HCI.
When using HCI RAW channel for mesh operations, LE scan
should not be disabled for their continous execution.
This patch modifies to allow such simulataneous LE scan operations
on bluetoothd and meshd.

Change-Id: I6f1825d3a48536269fa1b520fd2171b7283f60b4
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
bt-service/services/adapter/bt-service-core-adapter-le.c
bt-service/services/include/bt-service-mesh-common.h [new file with mode: 0644]
bt-service/services/mesh/bt-service-mesh-main.c