|
Lines 90-103
rfcomm_pppd_server_start()
Link Here
|
| 90 |
_profile=${rfcomm_pppd_server_profile} |
90 |
_profile=${rfcomm_pppd_server_profile} |
| 91 |
fi |
91 |
fi |
| 92 |
|
92 |
|
| 93 |
echo -n "Starting RFCOMM PPP profile:" |
93 |
if check_startmsgs; then |
| 94 |
|
94 |
echo -n "Starting RFCOMM PPP profile:" |
| 95 |
for _p in ${_profile} ; do |
95 |
|
| 96 |
echo -n " ${_p}" |
96 |
for _p in ${_profile} ; do |
| 97 |
rfcomm_pppd_server_start_profile ${_p} |
97 |
echo -n " ${_p}" |
| 98 |
done |
98 |
rfcomm_pppd_server_start_profile ${_p} |
| 99 |
|
99 |
done |
| 100 |
echo "." |
100 |
|
|
|
101 |
echo "." |
| 102 |
else |
| 103 |
for _p in ${_profile} ; do |
| 104 |
rfcomm_pppd_server_start_profile ${_p} |
| 105 |
done |
| 106 |
fi |
| 101 |
} |
107 |
} |
| 102 |
|
108 |
|
| 103 |
rfcomm_pppd_server_stop() |
109 |
rfcomm_pppd_server_stop() |