Home
last modified time | relevance | path

Searched refs:sspptr (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dssar.c185 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()
[all …]