This adds the HCI_MAX_PER_AD_LENGTH and EIR_SERVICE_DATA_LENGTH macros. --- lib/bluetooth.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 75dc960c8..f67d79f66 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -6,7 +6,7 @@ * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@xxxxxxxxxxxx> * Copyright (C) 2002-2010 Marcel Holtmann <marcel@xxxxxxxxxxxx> - * Copyright 2023 NXP + * Copyright 2023-2024 NXP * * */ @@ -191,6 +191,9 @@ struct bt_iso_bcast_qos { uint16_t timeout; }; +#define HCI_MAX_PER_AD_LENGTH 252 +#define EIR_SERVICE_DATA_LENGTH 4 + /* (HCI_MAX_PER_AD_LENGTH - EIR_SERVICE_DATA_LENGTH) */ #define BASE_MAX_LENGTH 248 struct bt_iso_base { -- 2.39.2