class ServerTransactionProvider
Provides bitgatt transactions for gatt-server related operations. This interface is so alternative implementations, like mocking for testing.
ServerTransactionProvider()
Provides bitgatt transactions for gatt-server related operations. This interface is so alternative implementations, like mocking for testing. |
fun getAddServicesTransaction(gattConnection: GattServerConnection, service: BluetoothGattService): AddGattServerServiceTransaction
Provides a bitgatt add services transaction, which will add services (and the containing characteristics) to the gatt server. |