mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
sdp_util: fix unused warning
This commit is contained in:
parent
013ffcabc4
commit
92e81b743e
@ -421,6 +421,8 @@ bool sdp_attribute_list_valid(uint8_t *attributeIDList){
|
||||
}
|
||||
|
||||
static int sdp_traversal_valid_uuid(uint8_t * element, de_type_t type, de_size_t size, void *my_context) {
|
||||
UNUSED(element);
|
||||
UNUSED(size);
|
||||
if (type == DE_UUID) {
|
||||
return 0;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user