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

Commit 5affbfa2 authored by Alex Deymo's avatar Alex Deymo Committed by android-build-merger
Browse files

Fix bta_dm_act.cc compile error. am: 1940bdd1

am: 9ba1c345

Change-Id: I7f154b88648845cb930835d11ed79245d8989804
parents aa38eb17 9ba1c345
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ const tBTM_APPL_INFO bta_security = {&bta_dm_authorize_cback,
#if (BTM_LOCAL_IO_CAPS != BTM_IO_CAP_NONE)
                                     &bta_dm_sp_cback,
#else
                                     NULL
                                     NULL,
#endif
                                     &bta_dm_ble_smp_cback,
                                     &bta_dm_ble_id_key_cback};