Bluetooth: Mesh: split gatt client and solicitation pdu sending

The ability to send the solicitation PDU doesn't
depend on GATT Client role.
Commit makes independent one functionality from
another.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
Aleksandr Khromykh 2023-11-06 12:51:48 +01:00 committed by Carles Cufí
commit 50d17a0d52
4 changed files with 7 additions and 8 deletions

View file

@ -1439,11 +1439,10 @@ config BT_MESH_SOLICITATION
bool
config BT_MESH_PROXY_SOLICITATION
bool "Proxy solicitation feature for Proxy Client support"
depends on BT_MESH_PROXY_CLIENT
bool "Proxy solicitation feature"
select BT_MESH_SOLICITATION
help
This option enables support for sending Solicitation PDUs for Proxy Client.
This option enables support for sending Solicitation PDUs.
config BT_MESH_SOL_ADV_XMIT
int "Solicitation PDU retransmission count"