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

Commit 39158844 authored by Greg Kaiser's avatar Greg Kaiser Committed by Automerger Merge Worker
Browse files

csip: Initialize class field am: 6411ea06

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

Change-Id: I5bd7efc86011b2333096120d301cd6e3c651a45c
parents 09bfac3b 6411ea06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ class GattServiceDevice {
  /*
   * We are making active attempt to connect to this device, 'direct connect'.
   */
  bool connecting_actively;
  bool connecting_actively = false;

  uint16_t conn_id = GATT_INVALID_CONN_ID;
  uint16_t service_handle = GAP_INVALID_HANDLE;