Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump
@ 2011-02-22 20:43 Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 2/7] TODO: Add item for privacy feature in the central Claudio Takahasi
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index 1357db9..3617777 100644
--- a/TODO
+++ b/TODO
@@ -87,7 +87,8 @@ ATT/GATT
   Priority: Medium
   Complexity: C1
 
-- Add ATT/GATT parsing to hcidump
+- ATT/GATT parsing to hcidump. Partially implemented, missing to fix
+  multiple advertises in the same event and RSSI.
 
   Priority: Medium
   Complexity: C2
-- 
1.7.4.1


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

* [PATCH 2/7] TODO: Add item for privacy feature in the central
  2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
@ 2011-02-22 20:43 ` Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 3/7] TODO: Remove interactive gatttool item Claudio Takahasi
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index 3617777..5ee892c 100644
--- a/TODO
+++ b/TODO
@@ -65,6 +65,13 @@ Low Energy
   Priority: Medium
   Complexity: C2
 
+- Privacy: When privacy is enabled in the adapter, LE scanning/connection
+  should use a private address. StartDiscovery method shall be changed and
+  new adapter property shall be added.
+
+  Priority: Medium
+  Complexity: C1
+
 - Device Name Characteristic is a GAP characteristic for Low Energy. This
   characteristic shall be integrated/used in the discovery procedure. The
   ideia is to report the value of this characteristic using DeviceFound signals.
-- 
1.7.4.1


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

* [PATCH 3/7] TODO: Remove interactive gatttool item
  2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 2/7] TODO: Add item for privacy feature in the central Claudio Takahasi
@ 2011-02-22 20:43 ` Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 4/7] TODO: Change item related to read/write long characteristic Claudio Takahasi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/TODO b/TODO
index 5ee892c..8cb205a 100644
--- a/TODO
+++ b/TODO
@@ -105,14 +105,6 @@ ATT/GATT
   Priority: Medium
   Complexity: C2
 
-- gatttool: add an interactive command prompt mode. Many LE devices
-  expect the connection to stay up a long time and disable advertising
-  after a disconnection so it's inconvenient to use gatttool in the
-  current "single operation at a time" mode.
-
-  Priority: Medium
-  Complexity: C2
-
 - gatttool should have the ability to wait for req responses before
   quitting (some servers require a small sleep even with cmd's). Maybe a
   --delay-exit or --timeout command line switch.
-- 
1.7.4.1


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

* [PATCH 4/7] TODO: Change item related to read/write long characteristic
  2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 2/7] TODO: Add item for privacy feature in the central Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 3/7] TODO: Remove interactive gatttool item Claudio Takahasi
@ 2011-02-22 20:43 ` Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 5/7] TODO: Add item for static random address Claudio Takahasi
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index 8cb205a..4c5cd55 100644
--- a/TODO
+++ b/TODO
@@ -155,7 +155,8 @@ ATT/GATT
   Priority: Low
   Complexity: C1
 
-- Long reads/writes don't work (consisting of multiple request packets)
+- Long write is not implemented. Attribute server, client and command line
+  tool shall be changed to support this feature.
 
   Priority: Low
   Complexity: C2
-- 
1.7.4.1


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

* [PATCH 5/7] TODO: Add item for static random address
  2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
                   ` (2 preceding siblings ...)
  2011-02-22 20:43 ` [PATCH 4/7] TODO: Change item related to read/write long characteristic Claudio Takahasi
@ 2011-02-22 20:43 ` Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 6/7] TODO: Add item for reconnection address Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 7/7] TODO: Add item to support characteristic authorization in the agent Claudio Takahasi
  5 siblings, 0 replies; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index 4c5cd55..b5e4d09 100644
--- a/TODO
+++ b/TODO
@@ -72,6 +72,12 @@ Low Energy
   Priority: Medium
   Complexity: C1
 
+- Static random address setup and storage. Once this address is written
+  in the a given remote, the address can not be changed anymore.
+
+  Priority: Low
+  Complexity: C1
+
 - Device Name Characteristic is a GAP characteristic for Low Energy. This
   characteristic shall be integrated/used in the discovery procedure. The
   ideia is to report the value of this characteristic using DeviceFound signals.
-- 
1.7.4.1


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

* [PATCH 6/7] TODO: Add item for reconnection address
  2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
                   ` (3 preceding siblings ...)
  2011-02-22 20:43 ` [PATCH 5/7] TODO: Add item for static random address Claudio Takahasi
@ 2011-02-22 20:43 ` Claudio Takahasi
  2011-02-22 20:43 ` [PATCH 7/7] TODO: Add item to support characteristic authorization in the agent Claudio Takahasi
  5 siblings, 0 replies; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index b5e4d09..c53339b 100644
--- a/TODO
+++ b/TODO
@@ -78,6 +78,14 @@ Low Energy
   Priority: Low
   Complexity: C1
 
+- Reconnection address: Reconnection address is a non resolvable private
+  address that the central writes in the peripheral. BlueZ will support
+  multiple profiles, it is not clear how it needs to be implemented.
+  Further discussion is necessary.
+
+  Priority: Low
+  Complexity: C2
+
 - Device Name Characteristic is a GAP characteristic for Low Energy. This
   characteristic shall be integrated/used in the discovery procedure. The
   ideia is to report the value of this characteristic using DeviceFound signals.
-- 
1.7.4.1


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

* [PATCH 7/7] TODO: Add item to support characteristic authorization in the agent
  2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
                   ` (4 preceding siblings ...)
  2011-02-22 20:43 ` [PATCH 6/7] TODO: Add item for reconnection address Claudio Takahasi
@ 2011-02-22 20:43 ` Claudio Takahasi
  2011-02-23  3:10   ` Johan Hedberg
  5 siblings, 1 reply; 8+ messages in thread
From: Claudio Takahasi @ 2011-02-22 20:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

---
 TODO |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index c53339b..c69e7bb 100644
--- a/TODO
+++ b/TODO
@@ -119,6 +119,12 @@ ATT/GATT
   Priority: Medium
   Complexity: C2
 
+- Agent for characteristics: Agent interface should be extended to support
+  authorization per characteristic if the remote is not in the trusted list.
+
+  Priority: Low
+  Complexity: C1
+
 - gatttool should have the ability to wait for req responses before
   quitting (some servers require a small sleep even with cmd's). Maybe a
   --delay-exit or --timeout command line switch.
-- 
1.7.4.1


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

* Re: [PATCH 7/7] TODO: Add item to support characteristic authorization in the agent
  2011-02-22 20:43 ` [PATCH 7/7] TODO: Add item to support characteristic authorization in the agent Claudio Takahasi
@ 2011-02-23  3:10   ` Johan Hedberg
  0 siblings, 0 replies; 8+ messages in thread
From: Johan Hedberg @ 2011-02-23  3:10 UTC (permalink / raw)
  To: Claudio Takahasi; +Cc: linux-bluetooth

Hi Claudio,

On Tue, Feb 22, 2011, Claudio Takahasi wrote:
> ---
>  TODO |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)

All seven TODO patches have been pushed upstream. Thanks.

Johan

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

end of thread, other threads:[~2011-02-23  3:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 20:43 [PATCH 1/7] TODO: Changed item related to ATT parsing for hcidump Claudio Takahasi
2011-02-22 20:43 ` [PATCH 2/7] TODO: Add item for privacy feature in the central Claudio Takahasi
2011-02-22 20:43 ` [PATCH 3/7] TODO: Remove interactive gatttool item Claudio Takahasi
2011-02-22 20:43 ` [PATCH 4/7] TODO: Change item related to read/write long characteristic Claudio Takahasi
2011-02-22 20:43 ` [PATCH 5/7] TODO: Add item for static random address Claudio Takahasi
2011-02-22 20:43 ` [PATCH 6/7] TODO: Add item for reconnection address Claudio Takahasi
2011-02-22 20:43 ` [PATCH 7/7] TODO: Add item to support characteristic authorization in the agent Claudio Takahasi
2011-02-23  3:10   ` Johan Hedberg

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