From: Chris Manton Date: Wed, 9 Sep 2020 06:02:06 +0000 (-0700) Subject: Remove unused #def BTM_MAX_VENDOR_SPECIFIC_LEN X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1873a2babd;p=android-x86%2Fsystem-bt.git Remove unused #def BTM_MAX_VENDOR_SPECIFIC_LEN Towards readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: If93c2b232e9736728fd4dccc2a10bfa9fbf1365b --- 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];