Lines Matching refs:sspptr
185 uint8_t const *sspptr = NULL, *aidptr = NULL; in server_prepare_service_search_attribute_response() local
225 sspptr = req; in server_prepare_service_search_attribute_response()
301 SDP_GET8(type, sspptr); in server_prepare_service_search_attribute_response()
310 uuid.b[2] = *sspptr ++; in server_prepare_service_search_attribute_response()
311 uuid.b[3] = *sspptr ++; in server_prepare_service_search_attribute_response()
320 uuid.b[0] = *sspptr ++; in server_prepare_service_search_attribute_response()
321 uuid.b[1] = *sspptr ++; in server_prepare_service_search_attribute_response()
322 uuid.b[2] = *sspptr ++; in server_prepare_service_search_attribute_response()
323 uuid.b[3] = *sspptr ++; in server_prepare_service_search_attribute_response()
331 memcpy(uuid.b, sspptr, 16); in server_prepare_service_search_attribute_response()
332 sspptr += 16; in server_prepare_service_search_attribute_response()