mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-18 17:49:11 +08:00
TODO: Avoid Characteristic discovery for non connectable device
This commit is contained in:
parent
c96b30b5cc
commit
d1ca6e7fb5
13
TODO
13
TODO
@ -14,8 +14,17 @@ Background
|
||||
Higher complexity tasks should be refined into several lower complexity tasks
|
||||
once the task is better understood.
|
||||
|
||||
LE Generic Access Profile
|
||||
=========================
|
||||
Low Energy
|
||||
==========
|
||||
|
||||
- Avoid Characteristic discovery for non connectable devices. Proper parsing
|
||||
of LE Advertising Report Event is missing. Event_Type field needs to be
|
||||
extracted and its value shall be considered before to start the LE
|
||||
connection on the channel 4. Characteristic discovery should not be
|
||||
started for non connectable devices.
|
||||
|
||||
Priority: Medium
|
||||
Complexity: C2
|
||||
|
||||
- Device Name Characteristic is a GAP characteristic for Low Energy. This
|
||||
characteristic shall be integrated/used in the discovery procedure. The
|
||||
|
Loading…
Reference in New Issue
Block a user