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.
gattConnection
- The server connection on which the transaction will run.