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

Commit b9661ff2 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

am: 5affbfa2

Change-Id: I27537770ca0a6e714522c80fa76f0a5695a43d40
parents 5a6e4ca2 5affbfa2
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};