linux.yes.nu/diNovo - Using the Logitech diNovo Media Desktop in Linux

 
 
 
   
/etc/bluetooth/hcid.conf
# HCI daemon configuration file.

# HCId options
options {
        # Automatically initialize new devices
        autoinit yes;

        # Security Manager mode
        security user;

        # Pairing mode
        pairing multi;

        # PIN helper
        pin_helper /usr/bin/bluepin;
}

# Default settings for HCI devices
device {
        # Local device name
        name "BlueZ (%d)";

        # Local device class
        class 0x100;

        # Inquiry and Page scan
        iscan enable; pscan enable;

        # Default link mode
        lm accept;

        # Default link policy
        lp rswitch,hold,sniff,park;

        # Authentication and Encryption
        auth disable;
        #encrypt enable;
}
Updated: 2007-10-28 10:33:01
  Pages:
Page 1
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Summary 1
Summary 2
» Summary 3
Summary 4
Summary 5
Summary 6
Summary 7
Summary 8
Summary 9
Summary 10
Summary 11
Summary 12
Summary 13
Update 1
Update 2
Update 3
Update 4
Update 5
Update 6
Credits
 
« Switching from HID to HCI 13 / 30 HCI authentication and encryption »