You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BluetoothServiceStateObserver.java 231B

1234567891011
  1. package cn.jystudio.bluetooth;
  2. import java.util.Map;
  3. /**
  4. * Created by januslo on 2018/9/22.
  5. */
  6. public interface BluetoothServiceStateObserver {
  7. void onBluetoothServiceStateChanged(int state, Map<String,Object> boundle);
  8. }