I set up the BT address in /etc/bluetooth/rfcomm.conf as you suggested.
Unfortunately, I'm getting the same errors:

[EMAIL PROTECTED] ~]# hciconfig hci0 voice 0x0060
[EMAIL PROTECTED] ~]# btsco 00:16:8F:17:A6:94 &
[1] 11859
[EMAIL PROTECTED] ~]# Error: Failed to connect to SDP server: Function not
implemented
Assuming channel 2

Can't connect RFCOMM channel: Operation now in progress

Thanks for your help, I would really like to get this working. As a side
note, even with the errors, "Headset" is still showing up as an audio
device, but it doesn't work. I've attached my hcid.conf and the
rfcomm.comf files.

George


> Have You set up rfcomm.conf in /etc/bluetooth to BT address of headset?
> (I have such setting), may that's the difference?
> BTW, I remarked, that all settings in this file MUST be to the same
> CHANNEL, or BT fails. (Don't know it's a FEATURE or a BUG ;) )
> 
> W.P.
> _______________________________________________
> ekiga-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/ekiga-list

#
# HCI daemon configuration file.
#

# HCId options
options {
        # Automatically initialize new devices
        autoinit yes;
#       auth enable;
#       encrypt enable; 

        # Security Manager mode
        #   none - Security manager disabled
        #   auto - Use local PIN for incoming connections
        #   user - Always ask user for a PIN
        #
        security none;

        # Pairing mode
        #   none  - Pairing disabled
        #   multi - Allow pairing with already paired devices
        #   once  - Pair once and deny successive attempts
        pairing multi;

        # Default PIN code for incoming connections
        #passkey "BlueZ";
}

# Default settings for HCI devices
device {
        # Local device name
        #   %d - device id
        #   %h - host name
        name "%h-%d";

        # Local device class
        class 0x120104;

        # 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;

        # 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;
}
#
# RFCOMM configuration file.
#

rfcomm0 {
        # Automatically bind the device at startup
        bind no;

        # Bluetooth address of the device
        device 00:16:8F:17:A6:94;

        # RFCOMM channel for the connection
        channel 1;

        # Description of the connection
        comment "Bluetooth Headset";
}
_______________________________________________
ekiga-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-list

Reply via email to