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