dashboard
repositories
filestore
activity
search
login
admin
/
pregnancy_guard_android
孕妇哨安卓版
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交代码
张海江
2017-08-07
957b8e9d4bc63524dad27c2f8458856da0bf5c06
[~admin/pregnancy_guard_android.git]
/
FastBleLib
/
src
/
main
/
java
/
com
/
clj
/
fastble
/
conn
/
BleDescriptorCallback.java
1
2
3
4
5
6
7
package com.clj.fastble.conn;
import android.bluetooth.BluetoothGattDescriptor;
public abstract class BleDescriptorCallback extends BleCallback {
public abstract void onSuccess(BluetoothGattDescriptor descriptor);
}