sm7325-common: gps: update to LA.UM.9.12.r1-13500.01-SMxx50.QSSI12.0
This commit is contained in:
parent
616168edec
commit
81c175bd93
28 changed files with 71 additions and 202 deletions
|
|
@ -167,7 +167,7 @@ public:
|
|||
|
||||
/* Getter/Setter methods */
|
||||
void setAPN(char* apn, unsigned int len);
|
||||
inline char* getAPN() const { return mAPN; }
|
||||
inline char* getAPN() const { return (char*)mAPN; }
|
||||
inline uint32_t getAPNLen() const { return mAPNLen; }
|
||||
inline void setBearer(AGpsBearerType bearer) { mBearer = bearer; }
|
||||
inline LocApnTypeMask getApnTypeMask() const { return mApnTypeMask; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue