Searched refs:sdp_pdu_p (Results 1 – 9 of 9) sorted by relevance
148 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()
56 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()
57 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()
51 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_unregister_response()
51 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_change_response()
410 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()
181 uint8_t const *req_end = req + ((sdp_pdu_p)(srv->req))->len; in server_prepare_service_search_attribute_response()
206 sdp_pdu_p pdu; in sdp_receive_error_pdu()219 pdu = (sdp_pdu_p) ss->rsp; in sdp_receive_error_pdu()
271 typedef struct sdp_pdu * sdp_pdu_p; typedef