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

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

Add name for C linkage bt_oob_data_t am: 50809d5e am: 8b2347e5 am:...

Add name for C linkage bt_oob_data_t am: 50809d5e am: 8b2347e5 am: 70e688a0 am: 4a561974 am: b609c93b

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

Change-Id: I94f697e8007c8c9533d143f3c2dc45840446658a
parents 71f3a155 b609c93b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -345,7 +345,7 @@ typedef struct {
} bt_property_t;
} bt_property_t;


/** Represents the actual Out of Band data itself */
/** Represents the actual Out of Band data itself */
typedef struct {
typedef struct bt_oob_data_s {
  // Both
  // Both
  bool is_valid = false; /* Default to invalid data; force caller to verify */
  bool is_valid = false; /* Default to invalid data; force caller to verify */
  uint8_t address[7]; /* Bluetooth Device Address (6) plus Address Type (1) */
  uint8_t address[7]; /* Bluetooth Device Address (6) plus Address Type (1) */