api,bearer: new 'ProfileId' property
To report which is the currently active profile with this bearer, if known. If the modem doesn't support profiles, or if the bearer is disconnected, -1 (MM_3GPP_PROFILE_ID_UNKNOWN) will be reported. It is guaranteed that no two connected bearers will have the same ProfileId property value.
This commit is contained in:
@@ -360,6 +360,20 @@
|
||||
-->
|
||||
<property name="BearerType" type="u" access="read" />
|
||||
|
||||
<!--
|
||||
ProfileId:
|
||||
|
||||
The profile ID this bearer object is associated with, only applicable if
|
||||
the modem supports profile management operations, and if the bearer is
|
||||
connected.
|
||||
|
||||
If the bearer is disconnected, or if profile management operations are
|
||||
not supported, -1 will be reported.
|
||||
|
||||
Since: 1.18
|
||||
-->
|
||||
<property name="ProfileId" type="i" access="read" />
|
||||
|
||||
<!--
|
||||
Properties:
|
||||
|
||||
|
Reference in New Issue
Block a user