Searched refs:g_commands (Results 1 – 2 of 2) sorted by relevance
1197 static MsgHandlerCommand g_commands[] = { variable1219 size_t commandSize = sizeof(g_commands) / sizeof(g_commands[0]); in BrManagerMsgHandler()1221 if (g_commands[i].cmd == msg->what) { in BrManagerMsgHandler()1222 g_commands[i].func(msg); in BrManagerMsgHandler()
1657 static MsgHandlerCommand g_commands[] = { variable1681 size_t commandSize = sizeof(g_commands) / sizeof(g_commands[0]); in BleManagerMsgHandler()1683 if (g_commands[i].cmd == msg->what) { in BleManagerMsgHandler()1684 g_commands[i].func(msg); in BleManagerMsgHandler()