From 29319a2ea74a1060e416db9f9fb762fd8dccd1d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rymanowski?= Date: Thu, 8 Oct 2020 07:48:45 +0000 Subject: [PATCH] hci: Fix len of the periodic sync info command Bug: 150670922 Tag: #feature Test: compile & manual Sponsor: jpawlowski@ Change-Id: I56065a7b9fcaeff5d3d98e135bed8dfec987ae3b --- stack/include/hcimsgs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/include/hcimsgs.h b/stack/include/hcimsgs.h index ea7decd94..90149bc44 100644 --- a/stack/include/hcimsgs.h +++ b/stack/include/hcimsgs.h @@ -977,7 +977,7 @@ extern void btsnd_hcic_remove_iso_data_path( #define HCIC_PARAM_SIZE_READ_PERIODIC_ADVERTISER_LIST_SIZE 0 #define HCIC_PARAM_SIZE_SET_PERIODIC_ADVERTISING_RECEIVE_ENABLE 3 #define HCIC_PARAM_SIZE_PERIODIC_ADVERTISING_SYNC_TRANSFER 6 -#define HCIC_PARAM_SIZE_PERIODIC_ADVERTISING_SET_INFO_TRANSFER 6 +#define HCIC_PARAM_SIZE_PERIODIC_ADVERTISING_SET_INFO_TRANSFER 5 #define HCIC_PARAM_SIZE_SET_PERIODIC_ADVERTISING_SYNC_TRANSFER_PARAMS 8 #define HCIC_PARAM_SIZE_SET_DEFAULT_PERIODIC_ADVERTISING_SYNC_TRANSFER_PARAMS 8 -- 2.11.0