mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
improve comment
This commit is contained in:
parent
62edfb0414
commit
311108c5d7
@ -461,8 +461,8 @@ int sdp_handle_service_search_attribute_request(uint8_t * packet, uint16_t remot
|
||||
maximumAttributeByteCount = maximumAttributeByteCount2;
|
||||
}
|
||||
|
||||
// continuation state contains index of next service record to examine
|
||||
// continuation state contains the offset into this particular response
|
||||
// continuation state contains: index of next service record to examine
|
||||
// continuation state contains: byte offset into this service record
|
||||
uint16_t continuation_service_index = 0;
|
||||
uint16_t continuation_offset = 0;
|
||||
if (continuationState[0] == 4){
|
||||
|
Loading…
x
Reference in New Issue
Block a user