sendMessage
abstract suspend fun sendMessage(serviceConnectionId: ServiceConnectionId, serviceUuid: ServiceUuid, data: ByteArray): Boolean
Sends a messaging containing the specified data for the service with the specified serviceUuid to the client with the specified serviceConnectionId. Returns true
when the messages has been successfully send, false
otherwise.