Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Belolme/RxBLE
/ types & classes
Types & classes
24 in github.com/Belolme/RxBLE
⨍
Functions
129
◇
Types & classes
24
Class
BLEDevice
存储蓝牙设备的信息 <p/> Created by Billin on 2017/3/3.
app/src/main/java/com/billin/www/rxble/ble/bean/BLEDevice.java:11
Interface
BaseResultCallback
用于数据回传的基本回调接口 <p/> Created by Billin on 2017/3/9.
app/src/main/java/com/billin/www/rxble/ble/callback/BaseResultCallback.java:8
Class
BluetoothCannotAccessLocationException
Created by Billin on 2017/4/16.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothCannotAccessLocationException.java:6
Interface
BluetoothClient
蓝牙控制类. 使用这一个类连接蓝牙设备的时候,最好在连接之前扫描一下附件的设备, 如果能够扫描得到才进行连接,降低连接蓝牙的出错率。 <p/> Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/BluetoothClient.java:19
Class
BluetoothClientBLEV2Adapter
app/src/main/java/com/billin/www/rxble/ble/BluetoothClientBLEV2Adapter.java:25
Class
BluetoothConnectExceptionWithMac
蓝牙连接异常 <p/> Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothConnectExceptionWithMac.java:8
Class
BluetoothException
Created by Billin on 2017/4/16.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothException.java:6
Class
BluetoothExceptionWithMac
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothExceptionWithMac.java:3
Class
BluetoothLeConnector
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
Class
BluetoothLeInitialization
蓝牙操作管理类 <p/> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeInitialization.java:19
Class
BluetoothLeSearcher
蓝牙扫描服务封装类 <p/> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeSearcher.java:21
Class
BluetoothNotOpenException
蓝牙未开启异常 <p/> Created by Billin on 2017/4/15.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothNotOpenException.java:8
Class
BluetoothNotifyExceptionWithMac
Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothNotifyExceptionWithMac.java:6
Class
BluetoothReadRssiExceptionWithMac
蓝牙读取信号错误异常 <p/> Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothReadRssiExceptionWithMac.java:8
Class
BluetoothSearchConflictException
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothSearchConflictException.java:3
Class
BluetoothWriteExceptionWithMac
Created by Billin on 2017/4/14.
app/src/main/java/com/billin/www/rxble/ble/exception/BluetoothWriteExceptionWithMac.java:6
Class
ExampleInstrumentedTest
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
Class
ExampleUnitTest
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
Class
MainActivity
app/src/main/java/com/billin/www/rxble/MainActivity.java:26
Class
NONE
这一个类用于表示什么也不是, 什么也没有 <p/> Created by Billin on 2017/3/9.
app/src/main/java/com/billin/www/rxble/ble/callback/NONE.java:8
Interface
OnConnectListener
连接状态回调
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeConnector.java:35
Interface
OnDataAvailableListener
读写回调接口
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeConnector.java:48
Interface
OnScanCallback
app/src/main/java/com/billin/www/rxble/ble/originV2/BluetoothLeSearcher.java:22
Class
SuccessResultCallback
简化 Callback 的错误回调 </p> Created by Billin on 2017/5/12.
app/src/main/java/com/billin/www/rxble/ble/callback/SuccessResultCallback.java:8