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

Commit 26648d40 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Move bt_types::PIN_CODE => bt_octets

Bug: 193830619
Tag: #refactor
Test: gd/cert/run
Change-Id: Ibae49b418d1ec55c3121503a5460c69e1b5cfc60
parent 99d2e38e
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) */