diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-21 12:55:48 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-21 09:08:53 -0500 |
commit | 515eef4db0fd0f62f5398d663761d92d81ae3f52 (patch) | |
tree | 1661d14bda3802475adbef0d3d69219e15e05b20 /src/stkutil.h | |
parent | 05e13603f489f8f98111cfd7b2f762ada8292291 (diff) | |
download | ofono-515eef4db0fd0f62f5398d663761d92d81ae3f52.tar.bz2 |
Add parser for device filter 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 581d9476..cc2915dd 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -622,6 +622,13 @@ struct stk_service_record { unsigned int len; }; +/* Defined in TS 102.223 Section 8.64 */ +struct stk_device_filter { + unsigned char tech_id; + unsigned char *dev_filter; + unsigned int len; +}; + /* * According to 102.223 Section 8.72 the length of text attribute CTLV is 1 * byte. This means that the maximum size is 127 according to the rules |