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

Commit ed92fef8 authored by Hui Peng's avatar Hui Peng
Browse files

[Invisalign2] remove smp_init

neither used nor implemented, remove

Bug: 301661850
Test: mma packages/modules/Bluetooth
Change-Id: I2ec0a0fa27d4191211e8bcc8f21c0999d2e30e56
parent 2479fe23
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -359,9 +359,6 @@ typedef void (*tSMP_ACT)(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);

extern tSMP_CB smp_cb;

/* Functions provided by att_main.cc */
void smp_init(void);

/* smp main */
bool smp_sm_event(tSMP_CB* p_cb, tSMP_EVENT event, tSMP_INT_DATA* p_data);