Found 4 other functions taking a
t_sdp_disc_attr
argument:
* Function add_attr * Description This function allocates space for an attribute from the DB * and copies the data into it. * Returns pointer to next byte in data stream
* 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 sdpu_compare_uuid_with_attr * Description This function compares a BT UUID structure with the UUID in an * SDP attribute record. If needed, they are expanded to 128-bit * UUIDs, then compared. * NOTE - it is assumed that BT UUID structures are compressed to the * smallest possible UUIDs (by removing the base SDP UUID). * - it is also assumed that the discovery atribute is compressed * to the smallest possible * Returns TRUE if matched, else FALSE
* Function SDP_AttrStringCopy * Description This function copy given attribute to specified buffer as a string * Returns none