public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] init script 0.1
@ 2004-04-17 12:31 Michal Semler (volny.cz)
  2004-04-18  9:29 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Semler (volny.cz) @ 2004-04-17 12:31 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

Hi Marcel,

sending you first version of bluetooth init script and bluetooth default 
script.

PLS check it out and tell me your comments.

PAND like master is now started using following switches:
pand -s -M -r NAP
which I think are most common used.

This version needs implement DUNDmaster,DUNDclient, PANDclient

tell me how would you like these to implement

Michal

[-- Attachment #2: bluetooth --]
[-- Type: application/x-shellscript, Size: 2722 bytes --]

[-- Attachment #3: bluetooth --]
[-- Type: text/plain, Size: 557 bytes --]

#!!!!!!!!!!!!!!!!!!!
#there MUST BE spaces around equal sign
#!!!!!!!!!!!!!!!!!!!
#
#
#
#if you wand start hcid select true
HCID = true 
#if you wand start sdpd select true
SDPD = true
#if you wand start rfcomm tty support select true
RFCOMM = true 
#if you wand start hidd select true
HIDD = true
#if you wand start pand like server select true
PAND = false
#if you wand start pand like client select true
CLIENT_PAND = false
#if you wand start dund like server select true
DUND = false
#if you wand start dund like client select true
CLIENT_DUND = false


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-18  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-17 12:31 [Bluez-users] init script 0.1 Michal Semler (volny.cz)
2004-04-18  9:29 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox