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

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

csip: Initialize class field am: 6411ea06 am: 39158844

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

Change-Id: I83259dc2f0a17e7a89f49ec909b207aeb2938fbf
parents 6075a594 39158844
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;