Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:configIndex

96             @RpcParameter(name = "configIndex") Integer configIndex,
100 if (mConfigList.get(configIndex) != null) {
101 return sHealthProfile.connectChannelToSource(mDevice, mConfigList.get(configIndex));
103 throw new Exception("Invalid configIndex input:" + Integer.toString(configIndex));
109 @RpcParameter(name = "configIndex") Integer configIndex,
114 if (mConfigList.get(configIndex) != null) {
115 return sHealthProfile.connectChannelToSink(mDevice, mConfigList.get(configIndex), channelType);
117 throw new Exception("Invalid configIndex input:" + Integer.toString(configIndex));