Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:feature

186      * begin using the named feature. The interpretation of {@code feature}
188 * @param feature the name of the feature to be used
193 * implementation+feature combination, except that the value {@code -1}
197 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
203 * using the named feature. The interpretation of {@code feature}
205 * @param feature the name of the feature that is no longer needed.
210 * implementation+feature combination, except that the value {@code -1}
214 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) {