Home | History | Annotate | Download | only in sdp

Lines Matching refs:serviceName

99     private native int sdpCreateMapMasRecordNative(String serviceName, int masId,
102 private native int sdpCreateMapMnsRecordNative(String serviceName,
105 private native int sdpCreatePbapPseRecordNative(String serviceName, int rfcommChannel,
108 private native int sdpCreateOppOpsRecordNative(String serviceName,
111 private native int sdpCreateSapsRecordNative(String serviceName, int rfcommChannel,
256 String serviceName,
274 serviceName);
287 String serviceName,
303 serviceName);
317 String serviceName,
333 serviceName);
345 String serviceName,
359 sdpRecord = new SdpOppOpsRecord(serviceName,
374 String serviceName,
388 serviceName);
506 * @param serviceName The textual name of the service
524 public int createMapMasRecord(String serviceName, int masId,
530 return sdpCreateMapMasRecordNative(serviceName, masId, rfcommChannel,
539 * @param serviceName The textual name of the service
554 public int createMapMnsRecord(String serviceName, int rfcommChannel,
559 return sdpCreateMapMnsRecordNative(serviceName, rfcommChannel,
568 * @param serviceName The textual name of the service
585 public int createPbapPseRecord(String serviceName, int rfcommChannel, int l2capPsm,
590 return sdpCreatePbapPseRecordNative(serviceName, rfcommChannel,
599 * @param serviceName The textual name of the service
614 public int createOppOpsRecord(String serviceName, int rfcommChannel, int l2capPsm,
619 return sdpCreateOppOpsRecordNative(serviceName, rfcommChannel,
628 * @param serviceName The textual name of the service
638 public int createSapsRecord(String serviceName, int rfcommChannel, int version) {
642 return sdpCreateSapsRecordNative(serviceName, rfcommChannel, version);