All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] doc: Bluetooth Dial-up networking specs
@ 2011-01-18 14:59 Olivier Guiter
  2011-01-18 14:59 ` [PATCHv3 1/2] doc:Add Bluetooth Dial-up Networking Profile specs Olivier Guiter
  2011-01-18 14:59 ` [PATCHv3 2/2] doc: Add AT command set for Dialup Networking Olivier Guiter
  0 siblings, 2 replies; 5+ messages in thread
From: Olivier Guiter @ 2011-01-18 14:59 UTC (permalink / raw)
  To: ofono

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

Hi,
Following Marcel's suggestion ;) ,the submitted patches add some 
text information regarding the bluetooth dialup networking profile.


 doc/dialup-command-set.txt |   45 ++++++++++++++++++++++++++++++++++++++++++++
 doc/standards.txt          |    4 +++
 2 files changed, 49 insertions(+), 0 deletions(-)
 create mode 100644 doc/dialup-command-set.txt


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

* [PATCHv3 1/2] doc:Add Bluetooth Dial-up Networking Profile specs
  2011-01-18 14:59 [PATCHv3 0/2] doc: Bluetooth Dial-up networking specs Olivier Guiter
@ 2011-01-18 14:59 ` Olivier Guiter
  2011-01-18 15:03   ` Marcel Holtmann
  2011-01-18 14:59 ` [PATCHv3 2/2] doc: Add AT command set for Dialup Networking Olivier Guiter
  1 sibling, 1 reply; 5+ messages in thread
From: Olivier Guiter @ 2011-01-18 14:59 UTC (permalink / raw)
  To: ofono

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

---
 doc/standards.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/standards.txt b/doc/standards.txt
index 35f2a3a..b7b68f3 100644
--- a/doc/standards.txt
+++ b/doc/standards.txt
@@ -175,3 +175,7 @@ standards. oFono implements some of the features found in the Phase 2
 specification, version 4.2.
 
 The specification itself is not publicly available.
+
+Bluetooth Specifications
+========================
+- Dial-up Networking Profile - Bluetooth specification version 1.1 - 22 February 2001
-- 
1.7.1


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

* [PATCHv3 2/2] doc: Add AT command set for Dialup Networking
  2011-01-18 14:59 [PATCHv3 0/2] doc: Bluetooth Dial-up networking specs Olivier Guiter
  2011-01-18 14:59 ` [PATCHv3 1/2] doc:Add Bluetooth Dial-up Networking Profile specs Olivier Guiter
@ 2011-01-18 14:59 ` Olivier Guiter
  2011-01-18 15:03   ` Marcel Holtmann
  1 sibling, 1 reply; 5+ messages in thread
From: Olivier Guiter @ 2011-01-18 14:59 UTC (permalink / raw)
  To: ofono

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

---
 doc/dialup-command-set.txt |   45 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)
 create mode 100644 doc/dialup-command-set.txt

diff --git a/doc/dialup-command-set.txt b/doc/dialup-command-set.txt
new file mode 100644
index 0000000..a7a1df3
--- /dev/null
+++ b/doc/dialup-command-set.txt
@@ -0,0 +1,45 @@
+This document specifies the AT command set used in the bluetooth ofono plugins.
+
+Bluetooth Dial-up Networking Profile Features Description
+=========================================================
+(Ref. document: Dial-up Networking Profile - Bluetooth specification version 1.1 - 22 February 2001)
+
+- AT COMMAND SET USED:
+Commands:
+	&C	Circuit 109 (DCD) Control
+	&D	Circuit 108 (DTR) Response
+	&F	Set to Factory Defined Configuration
+	+GCAP	Request Complete Capabilities List
+	+GMI	Request Manufacturer Identification
+	+GMM	Read Model Identification
+	+GMR	Read Revision Identification
+	A	Answer Incoming Call
+	D	Dial
+	E	Command Echo
+	H	Hang Up
+	L	Monitor Speaker Loudness
+	M	Monitor Speaker Control
+	O	Return to Online Data Mode
+	P	Select Pulse Dialling
+	Q	Result Code Suppression
+	S0	Automatic Answer Control
+	S10	Automatic Disconnect Delay Control
+	S3	Command Line Termination Character
+	S4	Response Formatting Character
+	S5	Command Line Editing Character (BACKSPACE)
+	S6	Blind Dial Delay Control
+	S7	Connection Completion Timeout
+	S8	Comma Dial Modifier Delay Control
+	T	Select Tone Dialling
+	V	DCE Response Format
+	X	Call Progress Monitoring Control
+	Z	Reset to Default Configuration
+Result codes:
+	OK		Acknowledge execution of a command
+	CONNECT		Connection has been established
+	RING		The DCE has detected an incoming call signal from network
+	NO CARRIER	The connection has been terminated, or attempt to establish
+			a connection failed
+	ERROR		Error
+	NO DIALTONE	No dial-tone detected
+	BUSY		Busy signal detected
-- 
1.7.1


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

* Re: [PATCHv3 1/2] doc:Add Bluetooth Dial-up Networking Profile specs
  2011-01-18 14:59 ` [PATCHv3 1/2] doc:Add Bluetooth Dial-up Networking Profile specs Olivier Guiter
@ 2011-01-18 15:03   ` Marcel Holtmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2011-01-18 15:03 UTC (permalink / raw)
  To: ofono

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

Hi Olivier,

>  doc/standards.txt |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)

patch has been applied. However please ensure doc:<space> in the
subject. It was easy to fix so did it for you.

Regards

Marcel



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

* Re: [PATCHv3 2/2] doc: Add AT command set for Dialup Networking
  2011-01-18 14:59 ` [PATCHv3 2/2] doc: Add AT command set for Dialup Networking Olivier Guiter
@ 2011-01-18 15:03   ` Marcel Holtmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2011-01-18 15:03 UTC (permalink / raw)
  To: ofono

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

Hi Olivier,

>  doc/dialup-command-set.txt |   45 ++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 45 insertions(+), 0 deletions(-)
>  create mode 100644 doc/dialup-command-set.txt

patch has been applied. Thanks.

Regards

Marcel



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

end of thread, other threads:[~2011-01-18 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 14:59 [PATCHv3 0/2] doc: Bluetooth Dial-up networking specs Olivier Guiter
2011-01-18 14:59 ` [PATCHv3 1/2] doc:Add Bluetooth Dial-up Networking Profile specs Olivier Guiter
2011-01-18 15:03   ` Marcel Holtmann
2011-01-18 14:59 ` [PATCHv3 2/2] doc: Add AT command set for Dialup Networking Olivier Guiter
2011-01-18 15:03   ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.