mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 10:20:18 +00:00
use unsigned int for attribute IDs
This commit is contained in:
parent
27e8a260c3
commit
feae72603a
@ -374,7 +374,7 @@ static int sdp_traversal_filter_attributes(uint16_t attributeID, uint8_t * attri
|
|||||||
context->startOffset -= 3;
|
context->startOffset -= 3;
|
||||||
} else {
|
} else {
|
||||||
uint8_t idBuffer[3];
|
uint8_t idBuffer[3];
|
||||||
de_store_descriptor(idBuffer, DE_INT, DE_SIZE_16);
|
de_store_descriptor(idBuffer, DE_UINT, DE_SIZE_16);
|
||||||
net_store_16(idBuffer,1,attributeID);
|
net_store_16(idBuffer,1,attributeID);
|
||||||
|
|
||||||
int ok = spd_append_range(context, 3, idBuffer);
|
int ok = spd_append_range(context, 3, idBuffer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user