diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-29 09:47:42 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 09:47:42 +0000 |
| commit | bcedd690f7413c535d5279bf9f342b6b90eb68d5 (patch) | |
| tree | cf97265f39a0cbd5f03bdf39b54cc345fe0df9a9 /meta-extras/packages/bluez/files/bluetooth.default | |
| parent | 23e50d487da3e92df18a325a92d787f834a44570 (diff) | |
| download | poky-bcedd690f7413c535d5279bf9f342b6b90eb68d5.tar.gz | |
poky-extras: Add bluez, sqlite, maemo-mapper-nohildon
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@969 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/bluez/files/bluetooth.default')
| -rw-r--r-- | meta-extras/packages/bluez/files/bluetooth.default | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-extras/packages/bluez/files/bluetooth.default b/meta-extras/packages/bluez/files/bluetooth.default new file mode 100644 index 0000000000..4817d38c60 --- /dev/null +++ b/meta-extras/packages/bluez/files/bluetooth.default | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | # Bluetooth configuraton file | ||
| 2 | |||
| 3 | # Start of hcid (allowed values are "true" and "false") | ||
| 4 | HCID_ENABLE=true | ||
| 5 | |||
| 6 | # Config file for hcid | ||
| 7 | HCID_CONFIG="/etc/bluetooth/hcid.conf" | ||
| 8 | |||
| 9 | # Start sdpd (allowed values are "true" and "false") | ||
| 10 | SDPD_ENABLE=true | ||
| 11 | |||
| 12 | # Start hidd (allowed values are "true" and "false") | ||
| 13 | HIDD_ENABLE=true | ||
| 14 | |||
| 15 | # Arguments to hidd | ||
| 16 | HIDD_OPTIONS="" | ||
| 17 | |||
| 18 | # Run hid2hci (allowed values are "true" and "false") | ||
| 19 | HID2HCI_ENABLE=true | ||
| 20 | |||
| 21 | # Bind rfcomm devices (allowed values are "true" and "false") | ||
| 22 | RFCOMM_ENABLE=true | ||
| 23 | |||
| 24 | # Config file for rfcomm | ||
| 25 | RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" | ||
| 26 | |||
| 27 | # Start dund (allowed values are "true" and "false") | ||
| 28 | DUND_ENABLE=false | ||
| 29 | |||
| 30 | # Arguments to dund | ||
| 31 | DUND_OPTIONS="--listen --persist" | ||
| 32 | |||
| 33 | # Start pand (allowed values are "true" and "false") | ||
| 34 | PAND_ENABLE=false | ||
| 35 | |||
| 36 | # Arguments to pand | ||
| 37 | PAND_OPTIONS="--listen --role NAP" | ||
