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

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

legacy: Remove unused #defs bt_types am: 41c91548 am: eb2b7239 am: 2dde9d71

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

Change-Id: Ibb15522fdc7142485f70e411ee115b1fd4712260
parents b281e258 2dde9d71
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line 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
#define BD_NAME_LEN 248
typedef uint8_t BD_NAME[BD_NAME_LEN + 1]; /* Device name */
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
#define LAP_LEN 3
typedef uint8_t LAP[LAP_LEN];     /* IAC as passed to Inquiry (LAP) */
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 */
#define BT_1SEC_TIMEOUT_MS (1 * 1000) /* 1 second */