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

Commit e9fa586e authored by Matthew Xie's avatar Matthew Xie
Browse files

featurize ble specific function to fix compile error on non-ble target

Change-Id: Ib968b55b407f6c4413d53623113c47f335c5f800
parent 301b0569
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -597,9 +597,11 @@ BTU_API UINT32 btu_task (UINT32 param)
                GKI_remove_from_timer_list(&btu_cb.timer_queue_oneshot, p_tle);

                switch (p_tle->event) {
#if (defined(BLE_INCLUDED) && BLE_INCLUDED == TRUE)
                    case BTU_TTYPE_BLE_RANDOM_ADDR:
                        btm_ble_timeout(p_tle);
                        break;
#endif

                    default:
                        // FAIL