# OBEX (bluetooth only) configurations
OBEX_ENABLE=true

# OBEX file system configurations - mount mobile phone file system
OBEXFS_ENABLE=false
OBEXFS_MOUNTATSTARTUP=

# Bluetooth MAC of your phone.
PHONE_BTMAC=00:0d:41:1a:c3:5b

# Desired mount point name under /mnt. Use quotes for directory names containing spaces: "My phone"
MOUNTPOINT="My Phone"

# OBEX push/ftp server configuration
OBEXSERVER_ENABLE=true
OBEXSERVER_LAUNCHATSTARTUP=false

# Desired obex push inbox directory and root directory for obex ftp
# Keep empty to use /mnt. Use quotes for directory names containing spaces: "disk 1 part 1/obex inbox"
OBEXDIR=FRONTSD

# OBEX push client configuration
OBEXPUSH_ENABLE=false

# OBEX push target. Specify BTMAC or device name: 00:11:22:33:44:55 or Phone.
# Also specify OPUSH channel if known: 00:11:22:33:44:55@6 or Phone@4.
# If kept empty, the utility will try pushing to the first found server, which is usually the closest device.
OBEXPUSH_TARGET=00:0d:41:1a:c3:5b
