Problema col bluetooth

Linux e altri sistemi operativi

Axel07

Potreste dirmi,per favore,che cosa c'è che non va nel mio hcid.conf ? Il bluetooth non mi funziona dal cellulare al pc mentre invece funziona in senso inverso.
Codice:
#
# 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 user;

    # 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 "0000";
}

# Default settings for HCI devices
device {
    # Local device name
    #   %d - device id
    #   %h - host name
    name "axel (%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;

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

ElFo!

Ho il tuo stesso problema... E non ne vengo a capo.
Se da Pc scarico ad esempio una foto dal cellulare tutto alla perfezione.
Se invece carico da pc un mp3 sul cel mi da operazione eseguita correttamente ma il file sul cel è vuoto e è di qualche kb a fronte di 3 megabyte.

Non vorrei che fosse un problema del buffer in ricezione del cellulare :(

Io ho un Nokia 6230i
Uso Kdebluetooth 1.08 beta3.

Qui il mio hcid.conf

Codice:
#
# 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 user;

	# 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 "BlueZ (%d)";

	# Local device class
	class 0x000100;

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

Axel07

A me il bluetooth funziona sempre da pc a cellulare.Non funziona invece da cellulare a pc.Il computer viene riconosciuto,però quando io avvio la trasmissione del file compare la scritta "connessione impossibile".Io uso Kdebluetooth 10.2 con un Motorola z3.La versione 10.3 pacchettizata da Slacky non funziona.
 
#3