commit | 3ad3a72caf24e3c63585a7b89752567c46c08fbe | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Wed Jun 16 12:38:44 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 22 09:06:00 2021 -0400 |
tree | 22e97af0e99a19c32032b4447e96dc5960280e55 | |
parent | d1beff0d8ca0c1e97162a7219de382dbf5673322 [diff] |
Bluetooth: host: Allow attribute as NULL with notify / indicate by UUID Allow to pass attribute as NULL pointer when using notify or indicate by UUID. This will use the entire handle value range to search for an attribute with a matching UUID. Document optional parameters, and clarify attr and uuid usage in the variable declaration in the struct for clarification. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>