diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-06 18:06:37 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-14 12:25:08 -0500 |
commit | 6780c0282af31d2f19e52e18bd6020f709fda0a1 (patch) | |
tree | 4bec0fc8b6251470baa4a5364196f170e7666652 /src/stkutil.h | |
parent | d63e33d5e586668ec859254b8584f496d3ccd6e0 (diff) | |
download | ofono-6780c0282af31d2f19e52e18bd6020f709fda0a1.tar.bz2 |
Add parser for bearer objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 3f961598..3dcb2c39 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -309,6 +309,13 @@ enum stk_browser_id { STK_BROWSER_ID_CHTML = 0x04 }; +enum stk_bearer { + STK_BEARER_SMS = 0x00, + STK_BEARER_CS_DATA = 0x01, + STK_BEARER_GSM_3G = 0x02, + STK_BEARER_PS = 0x03 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; |