From 1873a2babdb5809f0787d5da182f1ada37cfe116 Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Tue, 8 Sep 2020 23:02:06 -0700 Subject: [PATCH] Remove unused #def BTM_MAX_VENDOR_SPECIFIC_LEN Towards readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: If93c2b232e9736728fd4dccc2a10bfa9fbf1365b --- stack/include/btm_api_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stack/include/btm_api_types.h b/stack/include/btm_api_types.h index 9f47f71ad..a185ad92d 100644 --- a/stack/include/btm_api_types.h +++ b/stack/include/btm_api_types.h @@ -28,9 +28,6 @@ #include "stack/include/smp_api_types.h" #include "types/bt_transport.h" -/* Maximum number of bytes allowed for vendor specific command parameters */ -#define BTM_MAX_VENDOR_SPECIFIC_LEN HCI_COMMAND_SIZE - /* Device name of peer (may be truncated to save space in BTM database) */ typedef uint8_t tBTM_BD_NAME[BTM_MAX_REM_BD_NAME_LEN + 1]; -- 2.11.0