yy1717
2020-12-04 e7cdd515182936c123893d2122ec06f4c083f4bf
1
2
3
4
5
package com.anyun.exam.lib.util;
 
public interface BluetoothChatServiceCallback {
    void iDataComeIn(byte[] data, int length);
}