Searched refs:p_elem_list (Results 1 – 2 of 2) sorted by relevance
200 tSDP_PROTOCOL_ELEM* p_elem_list) { in sdp_compose_proto_list() argument210 for (xx = 0; xx < num_elem; xx++, p_elem_list++) { in sdp_compose_proto_list()211 len = 3 + (p_elem_list->num_params * 3); in sdp_compose_proto_list()218 UINT16_TO_BE_STREAM(p, p_elem_list->protocol_uuid); in sdp_compose_proto_list()220 if (p_elem_list->protocol_uuid == UUID_PROTOCOL_RFCOMM) in sdp_compose_proto_list()225 for (yy = 0; yy < p_elem_list->num_params; yy++) { in sdp_compose_proto_list()228 UINT8_TO_BE_STREAM(p, p_elem_list->params[yy]); in sdp_compose_proto_list()233 UINT16_TO_BE_STREAM(p, p_elem_list->params[yy]); in sdp_compose_proto_list()597 tSDP_PROTOCOL_ELEM* p_elem_list) { in SDP_AddProtocolList() argument604 offset = sdp_compose_proto_list(p_buff, num_elem, p_elem_list); in SDP_AddProtocolList()
488 tSDP_PROTOCOL_ELEM* p_elem_list);