package com.anyun.exam.lib.util; public interface BluetoothChatServiceCallback { void iDataComeIn(byte[] data, int length); }