mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp
This commit is contained in:
commit
d1f5506b27
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user