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:
parent
f1dc11174c
commit
50d17a0d52
4 changed files with 7 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue