xref: /btstack/port/mtk/BTstackDaemonRespawn.c (revision 8caefee39d444df6d8908a96a844825f10fbdaa4)
1*8caefee3SMatthias Ringwald /** BTstack Daemon Respawn */
2*8caefee3SMatthias Ringwald 
main(int argc,char * argv[])3*8caefee3SMatthias Ringwald int main(int argc, char * argv[]){
4*8caefee3SMatthias Ringwald     while (1){
5*8caefee3SMatthias Ringwald         system("/system/bin/BTstackDaemon");
6*8caefee3SMatthias Ringwald     }
7*8caefee3SMatthias Ringwald     return 0;
8*8caefee3SMatthias Ringwald }