Bluetooth: Mesh: Fixed Provision Random buffer size
Fixed some minor issues, missing a byte for opcode. Fixes: #19767 Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
This commit is contained in:
parent
3ea18692c6
commit
345b64f106
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ static void prov_confirm(const u8_t *data)
|
|||
|
||||
static void prov_random(const u8_t *data)
|
||||
{
|
||||
PROV_BUF(rnd, 16);
|
||||
PROV_BUF(rnd, 17);
|
||||
u8_t conf_verify[16];
|
||||
|
||||
BT_DBG("Remote Random: %s", bt_hex(data, 16));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue