fctom1215
2021-04-26 67c014b391b3fd36e7d530594c8e94c9655cea8c
1
2
3
4
5
package com.anyun.exam.lib.util;
 
public interface BluetoothChatServiceCallback {
    void iDataComeIn(byte[] data, int length);
}