Code: Select all
#
# HCI daemon configuration file.
#
# HCId options
options {
# Automatically initialize new devices
autoinit yes;
# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;
# PIN helper
pin_helper /etc/bluetooth/pin-helper;
# D-Bus PIN helper
#dbus_pin_helper;
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "BlueZ (%d)";
# Local device class
class 0x3e0100;
# Default packet type
#pkt_type DH1,DM1,HV1;
# Inquiry and Page scan
iscan enable; pscan enable;
# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept, master;
# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
# Authentication and Encryption (Security Mode 3)
#auth enable;
#encrypt enable;
}
Code: Select all
Unable to connect to remote device.
Code: Select all
Browsing 00:15:A8:37:34:2D ...
Service Name: OBEX Object Push
Service Description: OBEX Object Push
Service Provider: Cingular
Service RecHandle: 0x10008
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 8
"OBEX" (0x0008)
Service Class ID List:
"OBEX Object Push" (0x1105)
** Message: device 00:15:A8:37:34:2D (OBEX Object Push) port 8
** (gnome-obex-send:25696): CRITICAL **: btctl_obexclient_source_new: assertion `channel <= 0' failed
** (gnome-obex-send:25696): WARNING **: Unable to initialize OBEX client source
Code: Select all
rfcomm bind /dev/rfcomm0 [device id] 8This is exactly the same error I get (profile amd64). No solution found by me up to now for gnome-obex send, but I found as a workaround, the following:alienjon wrote:Code: Select all
** (gnome-obex-send:25696): CRITICAL **: btctl_obexclient_source_new: assertion `channel <= 0' failed ** (gnome-obex-send:25696): WARNING **: Unable to initialize OBEX client source
Code: Select all
emerge ussp-push Code: Select all
ussp-push PHONE_MAC-ADDRESS@PORT_NUMBER FileName MessageFileName