class BitGattServer
Reactive API for the Bitgatt Bluetooth GATT Profile server role.
BitGattServer(fitbitGatt: FitbitGatt = FitbitGatt.getInstance(), serverTransactionProvider: ServerTransactionProvider = ServerTransactionProvider())
Reactive API for the Bitgatt Bluetooth GATT Profile server role. |
fun addServices(service: BluetoothGattService): Completable
Adds a BluetoothGattService to this gatt server. |
|
fun isUp(): Boolean
Returns true if up, false if not up. |