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

Commit 4df8308c authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Register for Service Changed notification after encryption

am: 80b719d5

Change-Id: I63fa3d67eb96f3e50396bff5d844a9e4b4336cc3
parents 73956d27 80b719d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3849,6 +3849,8 @@ static uint8_t bta_dm_ble_smp_cback(tBTM_LE_EVT event, const RawAddress& bda,
        bta_dm_remove_sec_dev_entry(bda);
      } else {
        sec_event.auth_cmpl.success = true;
        if (!p_data->complt.smp_over_br)
          GATT_ConfigServiceChangeCCC(bda, true, BT_TRANSPORT_LE);
      }

      if (bta_dm_cb.p_sec_cback) {