commit | 793fab0b07fdec2acc5117367aa3e0a8f66f5dca | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Feb 18 15:19:35 2020 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Feb 20 17:10:23 2020 +0000 |
tree | 73d00d02060cb183fc8001cba5bcc9bbad9d9735 | |
parent | f3da9b6c1b5ca2f4dfe1e49d3d122e065a9bceba [diff] [blame] |
Add ICanController BAD_SERVICE_NAME error Bug: 137798319 Test: VTS Change-Id: I4722346239728f3ab359688658c23441e83671a8
diff --git a/automotive/can/1.0/ICanController.hal b/automotive/can/1.0/ICanController.hal index e32e593..aaf85e9 100644 --- a/automotive/can/1.0/ICanController.hal +++ b/automotive/can/1.0/ICanController.hal
@@ -70,6 +70,12 @@ /** Provided bit rate is not supported by the hardware. */ BAD_BITRATE, + + /** + * Provided service name ({@see BusConfig#name}) either has invalid + * format or is not listed in device manifest file. + */ + BAD_SERVICE_NAME, }; /**