Commit Graph

53 Commits

Author SHA1 Message Date
Claudio Takahasi
51571e7437 TODO: Add hard-coded PSM for GATT over basic rate 2011-04-14 20:12:18 +03:00
Claudio Takahasi
2d56d7a8e5 TODO: Remove item related to GATT service over basic rate 2011-04-14 20:12:16 +03:00
Johan Hedberg
aaa11e774a Remove mgmt EIR generation fro TODO 2011-03-30 11:53:41 +03:00
Claudio Takahasi
b5892cd819 TODO: Add item related to authorization and authentication 2011-03-24 11:20:50 +02:00
Andre Guedes
2c0c9662d0 TODO: set owner of 'Whitelist support' task 2011-03-18 11:25:05 +02:00
Bruna Moreira
f773053e55 TODO: remove 'fix MTU exchange' task 2011-03-18 11:14:31 +02:00
Anderson Lizardo
4969ae43ae TODO: set owner of 'Define attribute server API' task
An initial implementation was sent as RFC.
2011-03-17 14:59:24 +02:00
Elvis Pfützenreuter
6bcda79cbb Update TODO regarding bt_uuid_* functions 2011-03-17 14:58:42 +02:00
Johan Hedberg
52e333ff28 Add attrib server refactoring task to TODO 2011-03-15 22:40:00 +02:00
Johan Hedberg
6b6b100783 Add LE whitelist support to the TODO 2011-03-15 21:10:45 +02:00
Johan Hedberg
3011a312a7 mgmt: Implement adapter name control
This patch adds a new set_local_name command as well as a
local_name_changed event to the management interface. Instead of 248
bytes (like in the HCI spec) 249 bytes are always reserved for the name
in the messages so that there's a guarantee of it being nul-terminated
(this is not guaranteed on the HCI level).
2011-03-15 19:32:09 +02:00
Claudio Takahasi
d85ae59d7c TODO: Fix GATT over BR/EDR 2011-03-01 16:20:13 -03:00
Claudio Takahasi
a0ba561d90 TODO: Add item to implement device type in the DeviceFound signal 2011-03-01 16:11:56 -03:00
Claudio Takahasi
c66d33b9c8 TODO: Add item related to UUID handling 2011-03-01 16:11:54 -03:00
Claudio Takahasi
c3bda95128 TODO: Remove item related to Client Characteristic Configuration
Client Characteristic Configuration is already implemented in the
attribute server. Implementation in the attribute client is still
missing.
2011-03-01 16:11:51 -03:00
Claudio Takahasi
f98d65402c TODO: Remove item related to ATT transation timeouts 2011-03-01 16:11:49 -03:00
Johan Hedberg
c89500ffd6 Add missing items for the Management interface to TODO 2011-02-24 23:24:17 -03:00
Claudio Takahasi
5aa3f0880d TODO: Add item related to ATT PDU decoding issue 2011-02-24 18:39:45 -03:00
Claudio Takahasi
3475c7f43a TODO: Add item to support characteristic authorization in the agent 2011-02-23 00:09:54 -03:00
Claudio Takahasi
45ea4d5cb7 TODO: Add item for reconnection address 2011-02-23 00:09:50 -03:00
Claudio Takahasi
4c9f8c694d TODO: Add item for static random address 2011-02-23 00:09:49 -03:00
Claudio Takahasi
950f9fd9ac TODO: Change item related to read/write long characteristic 2011-02-23 00:09:47 -03:00
Claudio Takahasi
6833edab70 TODO: Remove interactive gatttool item 2011-02-23 00:09:45 -03:00
Claudio Takahasi
4bbbd663d2 TODO: Add item for privacy feature in the central 2011-02-23 00:09:43 -03:00
Claudio Takahasi
42c3decd1f TODO: Changed item related to ATT parsing for hcidump 2011-02-23 00:09:38 -03:00
Claudio Takahasi
3fd5fa3890 TODO: Start Discover All Primary Services after SDP if necessary 2011-01-05 14:12:07 +02:00
Claudio Takahasi
114ab53620 TODO: Refactoring of gatt.c functions 2011-01-05 14:12:01 +02:00
Claudio Takahasi
0a4c7dadab TODO: Rename glib-helper file to a more convenient name 2011-01-05 14:11:56 +02:00
Claudio Takahasi
b34a96470a TODO: Remove characteristic discovery for non connectable devices
CreateDevice and CreatePairedDevice methods already check the event
type and AD Flags before to connect to discover all primary services.
Characteristic discovery will not be available since D-Bus method
is not exposed to Broadcaster devices.
2011-01-05 14:11:42 +02:00
Claudio Takahasi
d6bb862172 TODO: Setup advertising parameters and data 2011-01-05 14:11:20 +02:00
Claudio Takahasi
622c9b5d91 Remove fixed item from TODO
Read by UUID is already supported by attribute server and gatttool.
2010-12-08 00:23:48 +02:00
Bruna Moreira
127e0a5b75 Check attribute permissions in attribute server
The attribute server must verify if the operation (read/write) is
permitted before running the request, and send "Read Not Permitted" or
"Write Not Permitted" error response to client if appropriate.
2010-12-07 22:54:44 +02:00
Sheldon Demario
e55509e013 Adding a new option to specify security level for gatttool 2010-11-18 14:20:11 +02:00
Claudio Takahasi
1cd29b8e26 TODO: Define Auto Connection Establishment Procedure 2010-10-20 00:51:35 +03:00
Claudio Takahasi
02ff799a4e TODO: Advertising management 2010-10-20 00:51:33 +03:00
Claudio Takahasi
015afd7ca4 TODO: ATT protocol transactions timeout 2010-10-20 00:51:31 +03:00
Claudio Takahasi
b5b98802a6 TODO: Define attribute server API 2010-10-15 16:54:36 +03:00
Claudio Takahasi
d1ca6e7fb5 TODO: Avoid Characteristic discovery for non connectable device 2010-10-15 16:54:34 +03:00
Claudio Takahasi
6b9deca15d TODO: Device Name Characteristic for Low Energy 2010-10-13 22:26:59 +03:00
Claudio Takahasi
3bce877b32 TODO: Implement Server Characteristic Configuration 2010-10-13 19:50:11 +03:00
Claudio Takahasi
e17aee8af2 TODO: Implement Client Characteristic Configuration 2010-10-13 19:50:09 +03:00
Claudio Takahasi
744ac23e0f Disable automatic notification/indication in the attribute server
Attribute server shall not send automatic indication/notification
messages if the client didn't request them. Client shall use Client
/Server Characteristic Configuration descriptors to be notified about
attribute changes. If the server doesn't support these descriptors,
the client shall implement a polling mechanism to check for attribute
value changes.
2010-10-13 19:50:07 +03:00
Luiz Augusto von Dentz
b331672c7d Sort TODO by priority
Items shall be sorted by priority and latter by complexity so that tasks
with higher priority and lower complexity always appear on top.
2010-10-09 18:20:59 +03:00
Claudio Takahasi
648ac7b751 TODO: Attribute server should process queued commands at disconnection 2010-10-06 23:43:56 +02:00
Claudio Takahasi
b97b76aaa2 TODO: Export Client Characteristic Configuration as a property 2010-10-06 23:43:11 +02:00
Claudio Takahasi
89abb85ffd TODO: Add attribute permission verification for attribute server 2010-10-06 23:37:50 +02:00
Johan Hedberg
0c1d85b3dd Add gatttool interactive mode to TODO 2010-10-06 13:40:29 +02:00
Johan Hedberg
3d51956aaf Update gatttol delayed exit TODO item 2010-10-06 11:21:17 +02:00
Johan Hedberg
9445bce830 Add GATT server items to TODO 2010-10-06 11:20:28 +02:00
Claudio Takahasi
8a4679d991 TODO: Automatic server indication/notification owner 2010-10-05 22:26:39 +02:00