This commit is contained in:
Milanka Ringwald 2016-09-27 15:07:41 +02:00
commit d1f5506b27

View File

@ -597,6 +597,11 @@ a sub-DES. The returned pointer is used to add elements to this sub-DES.
After adding all UUIDs, the sub-DES is “closed” with
*de_pop_sequence*.
To register an SDP record, you call *sdp_register_service* with a pointer to it.
The SDP record can be stored in FLASH since BTstack only stores the pointer.
Please note that the buffer needs to persist (e.g. global storage, dynamically
allocated from the heap or in FLASH) and cannot be used to create another SDP
record.
### Query remote SDP service {#sec:querySDPProtocols}