equal
deleted
inserted
replaced
797 |
797 |
798 TBool getProtocolDesc = builder->InService(); |
798 TBool getProtocolDesc = builder->InService(); |
799 CleanupStack::PopAndDestroy(2); |
799 CleanupStack::PopAndDestroy(2); |
800 |
800 |
801 TSDPAttributeKey key; |
801 TSDPAttributeKey key; |
|
802 Mem::FillZ(&key, sizeof(TSDPAttributeKey)); |
802 key.iMaxLength = 200; |
803 key.iMaxLength = 200; |
803 key.iRange = EFalse; |
804 key.iRange = EFalse; |
804 key.iStateLength = 0; |
805 key.iStateLength = 0; |
805 key.iQueryType = KSDPAttributeQuery; |
806 key.iQueryType = KSDPAttributeQuery; |
806 |
807 |