mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
disable debug output
This commit is contained in:
parent
b35ab20140
commit
6ee6f57ef1
@ -159,7 +159,7 @@ uint32_t sdp_register_service_internal(connection_t *connection, uint8_t * recor
|
||||
sdp_append_attributes_in_attributeIDList(record, (uint8_t *) removeServiceRecordHandleAttributeIDList, 0, recordSize, newRecord);
|
||||
|
||||
// dump for now
|
||||
de_dump_data_element(newRecord);
|
||||
// de_dump_data_element(newRecord);
|
||||
// printf("reserved size %u, actual size %u\n", recordSize, de_get_len(newRecord));
|
||||
|
||||
// add to linked list
|
||||
@ -363,6 +363,9 @@ int sdp_handle_service_search_attribute_request(uint8_t * packet){
|
||||
if (current_service_index >= continuation_service_index ) {
|
||||
if (sdp_record_matches_service_search_pattern(item->service_record, serviceSearchPattern)){
|
||||
|
||||
// record found
|
||||
// de_dump_data_element(item->service_record);
|
||||
|
||||
// check if DES header fits in
|
||||
uint16_t attributeListsSize = de_get_len(attributeLists);
|
||||
if (attributeListsSize + 3 > maximumAttributeByteCount) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user