Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb2b7239 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Remove unused #defs bt_types am: 41c91548

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1819354

Change-Id: I89e67f147e76434cd09d5737ec0c4812147c4e4d
parents 78ce165a 41c91548
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -336,15 +336,8 @@ typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
#define BD_NAME_LEN 248
typedef uint8_t BD_NAME[BD_NAME_LEN + 1]; /* Device name */

#define BT_EVENT_MASK_LEN 8
typedef uint8_t BT_EVENT_MASK[BT_EVENT_MASK_LEN]; /* Event Mask */

#define LAP_LEN 3
typedef uint8_t LAP[LAP_LEN];     /* IAC as passed to Inquiry (LAP) */
typedef uint8_t INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */

#define COF_LEN 12
typedef uint8_t COF[COF_LEN]; /* ciphering offset number */

#define BT_1SEC_TIMEOUT_MS (1 * 1000) /* 1 second */