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

Commit 9ba1c345 authored by Alex Deymo's avatar Alex Deymo Committed by android-build-merger
Browse files

Fix bta_dm_act.cc compile error.

am: 1940bdd1

Change-Id: Ie57643e2919cddb74151d471891c6eed93899103
parents 29eff889 1940bdd1
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};