Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dsar.c148 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_attribute_response()
285 if (((sdp_pdu_p)(srv->req))->pid == SDP_PDU_SERVICE_ATTRIBUTE_REQUEST) in server_send_service_attribute_response()
290 pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_service_attribute_response()
H A Dsrr.c56 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_register_response()
123 pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_service_register_response()
H A Dssr.c57 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_search_response()
254 pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_service_search_response()
H A Dsur.c51 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_unregister_response()
H A Dscr.c51 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_change_response()
H A Dserver.c410 sdp_pdu_p pdu = (sdp_pdu_p) srv->req; in server_process_request()
548 rsp.pdu.tid = ((sdp_pdu_p)(srv->req))->tid; in server_send_error_response()
H A Dssar.c181 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_search_attribute_response()
/freebsd/lib/libsdp/
H A Dservice.c206 sdp_pdu_p pdu; in sdp_receive_error_pdu()
219 pdu = (sdp_pdu_p) ss->rsp; in sdp_receive_error_pdu()
H A Dsdp.h271 typedef struct sdp_pdu * sdp_pdu_p; typedef