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

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

legacy: Move bt_types::PIN_CODE => bt_octets am: 26648d40

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

Change-Id: Id03129fa884943fffcf7e895dab05fb851ec5474
parents a35ae2dc 26648d40
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,3 +40,6 @@ typedef uint8_t BT_OCTET8[BT_OCTET8_LEN]; /* octet array: size 16 */

#define BT_OCTET32_LEN 32
typedef uint8_t BT_OCTET32[BT_OCTET32_LEN]; /* octet array: size 32 */

#define PIN_CODE_LEN 16
typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
+0 −3
Original line number Diff line number Diff line
@@ -331,9 +331,6 @@ enum {

/* Common Bluetooth field definitions */

#define PIN_CODE_LEN 16
typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */

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