Changeset 156
- Timestamp:
- 04/30/06 21:34:19 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/6230-branch/libsyncml/transports/obex_client.c
r127 r156 344 344 } else if (env->type == SML_OBEX_TYPE_BLUETOOTH) { 345 345 #ifdef ENABLE_BLUETOOTH 346 if (!env->path) { 347 smlErrorSet(&error, SML_ERROR_GENERIC, "No bluetooth address given"); 348 goto error; 349 } 350 346 351 smlTrace(TRACE_INTERNAL, "connecting to bluetooth device %s channel %i", env->path, env->port); 347 352
