ServiceAdded
data class ServiceAdded(val service: IBluetoothGattService, val status: BleGattOperationStatus) : ServerGattEvent
Indicates whether a local service has been added successfully.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onServiceAdded(int,%20android.bluetooth.BluetoothGattService))