commit | 9b2a6d4866a401b8ebf8016936221cbd19efbfb3 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Sun Nov 05 22:58:22 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Nov 07 18:59:06 2017 +0300 |
tree | 89a5b8acd0b73ae42d09e433c09a72e8bfe0620a | |
parent | ada5771d7c0f48dfebc74afa46bd73b695d72f1b [diff] |
Bluetooth: Mesh: Fix friendship credential usage for segmented messages The friend_cred hint needs to be set already at the point of segmenting, i.e. doing it in bt_mesh_net_send() is too late. Move the setting to bt_mesh_trans_send() and bt_mesh_ctl_send(). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>