Lines Matching refs:_file
47 local _err _file _line _namespace
49 _file=$1
53 if [ ! -e $_file ]; then
57 if [ ! -f $_file -o ! -r $_file ]; then
58 err 1 "Bluetooth configuration file $_file is not a file or not readable"
77 warn "Unable to parse line \"$_line\" in $_file"
82 done < $_file
231 local _file
266 _file="/etc/defaults/bluetooth.device.conf"
268 if ! bluetooth_read_conf $_file bluetooth_device_ ; then
269 err 1 "Unable to read default Bluetooth configuration from $_file"
273 _file="/etc/bluetooth/$dev.conf"
275 if ! bluetooth_read_conf $_file bluetooth_device_ ; then
276 err 1 "Unable to read Bluetooth device configuration from $_file"