packages: Update bluez-hcidump, bluez-libs, and bluez-utils. Closes #3036, thanks michu.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10231 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
|
||||
START=60
|
||||
#start after dbus (60)
|
||||
START=62
|
||||
|
||||
append_bool() {
|
||||
local section="$1"
|
||||
@ -107,6 +108,16 @@ start() {
|
||||
config_foreach rfcomm_config rfcomm
|
||||
config_foreach dund_config dund
|
||||
config_foreach pand_config pand
|
||||
|
||||
#start passkey agent
|
||||
passkey-agent --default 1234&
|
||||
|
||||
hcitool hci0 up
|
||||
rfcomm release 0
|
||||
|
||||
#set up serial conenction
|
||||
#rfcomm connect /dev/rfcomm0 00:1D:E9:5B:92:8D&
|
||||
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Reference in New Issue
Block a user