Loading system/btif/src/btif_core.cc +1 −11 Original line number Diff line number Diff line Loading @@ -241,17 +241,7 @@ void btif_init_ok() { ******************************************************************************/ static void bt_jni_msg_ready(void* context) { BT_HDR* p_msg = (BT_HDR*)context; BTIF_TRACE_VERBOSE("btif task fetched event %x", p_msg->event); switch (p_msg->event) { case BT_EVT_CONTEXT_SWITCH_EVT: btif_context_switched(p_msg); break; default: BTIF_TRACE_ERROR("unhandled btif event (%d)", p_msg->event & BT_EVT_MASK); break; } osi_free(p_msg); } Loading Loading
system/btif/src/btif_core.cc +1 −11 Original line number Diff line number Diff line Loading @@ -241,17 +241,7 @@ void btif_init_ok() { ******************************************************************************/ static void bt_jni_msg_ready(void* context) { BT_HDR* p_msg = (BT_HDR*)context; BTIF_TRACE_VERBOSE("btif task fetched event %x", p_msg->event); switch (p_msg->event) { case BT_EVT_CONTEXT_SWITCH_EVT: btif_context_switched(p_msg); break; default: BTIF_TRACE_ERROR("unhandled btif event (%d)", p_msg->event & BT_EVT_MASK); break; } osi_free(p_msg); } Loading