MCPcopy Create free account

hub / github.com/Belolme/RxBLE / types & classes

Types & classes24 in github.com/Belolme/RxBLE

ClassBLEDevice
存储蓝牙设备的信息 <p/> Created by Billin on 2017/3/3.
app/src/main/java/com/billin/www/rxble/ble/bean/BLEDevice.java:11
InterfaceBaseResultCallback
用于数据回传的基本回调接口 <p/> Created by Billin on 2017/3/9.
app/src/main/java/com/billin/www/rxble/ble/callback/BaseResultCallback.java:8
ClassBluetoothCannotAccessLocationException
Created by Billin on 2017/4/16.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothCannotAccessLocationException.java:6
InterfaceBluetoothClient
蓝牙控制类. 使用这一个类连接蓝牙设备的时候,最好在连接之前扫描一下附件的设备, 如果能够扫描得到才进行连接,降低连接蓝牙的出错率。 <p/> Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/BluetoothClient.java:19
ClassBluetoothClientBLEV2Adapter
app/src/main/java/com/billin/www/rxble/ble/BluetoothClientBLEV2Adapter.java:25
ClassBluetoothConnectExceptionWithMac
蓝牙连接异常 <p/> Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothConnectExceptionWithMac.java:8
ClassBluetoothException
Created by Billin on 2017/4/16.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothException.java:6
ClassBluetoothExceptionWithMac
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothExceptionWithMac.java:3
ClassBluetoothLeConnector
Service for managing connection and data communication with a GATT server hosted on a given Bluetooth LE device. <p/> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeConnector.java:30
ClassBluetoothLeInitialization
蓝牙操作管理类 <p/> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeInitialization.java:19
ClassBluetoothLeSearcher
蓝牙扫描服务封装类 <p/> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeSearcher.java:21
ClassBluetoothNotOpenException
蓝牙未开启异常 <p/> Created by Billin on 2017/4/15.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothNotOpenException.java:8
ClassBluetoothNotifyExceptionWithMac
Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothNotifyExceptionWithMac.java:6
ClassBluetoothReadRssiExceptionWithMac
蓝牙读取信号错误异常 <p/> Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothReadRssiExceptionWithMac.java:8
ClassBluetoothSearchConflictException
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothSearchConflictException.java:3
ClassBluetoothWriteExceptionWithMac
Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothWriteExceptionWithMac.java:6
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
app/src/androidTest/java/com/billin/www/rxble/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
app/src/test/java/com/billin/www/rxble/ExampleUnitTest.java:12
ClassMainActivity
app/src/main/java/com/billin/www/rxble/MainActivity.java:26
ClassNONE
这一个类用于表示什么也不是, 什么也没有 <p/> Created by Billin on 2017/3/9.
app/src/main/java/com/billin/www/rxble/ble/callback/NONE.java:8
InterfaceOnConnectListener
连接状态回调
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeConnector.java:35
InterfaceOnDataAvailableListener
读写回调接口
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeConnector.java:48
InterfaceOnScanCallback
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeSearcher.java:22
ClassSuccessResultCallback
简化 Callback 的错误回调 </p> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/callback/SuccessResultCallback.java:8