Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:uuid

114      * @param uuid    SDP uuid
119 BluetoothDevice device, int port, ParcelUuid uuid) throws IOException {
120 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) {
125 if (uuid == null) {
129 mSdp = new SdpHelper(device, uuid);
344 private final ParcelUuid uuid;
348 public SdpHelper(BluetoothDevice device, ParcelUuid uuid) {
351 this.uuid = uuid;
355 * Returns the RFCOMM channel for the UUID, or throws IOException
364 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this);