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

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

csip: Initialize class field am: 6411ea06 am: 39158844 am: 924ed5e4 am: 56244ab5

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

Change-Id: Iab6bcb68b5702c26c9e775b1c845db5b6b9a4e36
parents 77cd7f8e 56244ab5
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;