Searched refs:pSvcRec (Results 1 – 1 of 1) sorted by relevance
3172 uint32_t *pSvcRec; in extract_record_handle_seq() local3177 pSvcRec = malloc(sizeof(uint32_t)); in extract_record_handle_seq()3178 if (!pSvcRec) in extract_record_handle_seq()3180 *pSvcRec = ntohl(bt_get_unaligned((uint32_t *) pdata)); in extract_record_handle_seq()3181 pSeq = sdp_list_append(pSeq, pSvcRec); in extract_record_handle_seq()