Found 6 other functions taking a
tSDP_PROTOCOL_ELEM
argument:
* Function SDP_AddProtocolList * Description This function is called to add a protocol descriptor list to * a record. This would be through the SDP database maintenance API. * If the protocol list already exists in the record, it is replaced * with the new list. * Returns TRUE if added OK, else FALSE
* Function SDP_FindProtocolListElemInRec * Description This function looks at a specific discovery record for a protocol * list element. * Returns TRUE if found, FALSE if not * If found, the passed protocol list element is filled in.
* Function SDP_FindProtocolListElem * Description This function looks at the protocol list for a specific protocol * list element. * Returns TRUE if found, FALSE if not * If found, the passed protocol list element is filled in.
* Function sdp_fill_proto_elem * Description This function retrieves the protocol element. * Returns TRUE if found, FALSE if not * If found, the passed protocol list element is filled in.
* Function sdp_compose_proto_list * Description This function is called to compose a data sequence from * protocol element list struct pointer * Returns the length of the data sequence
* Function SDP_FindAddProtoListsElemInRec * Description This function looks at a specific discovery record for a protocol * list element. * Returns TRUE if found, FALSE if not * If found, the passed protocol list element is filled in.