Searched refs:sdp_pdu_t (Results 1 – 10 of 10) sorted by relevance
55 uint8_t const *req = srv->req + sizeof(sdp_pdu_t); in server_prepare_service_register_response() 102 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t); in server_prepare_service_register_response() 117 sdp_pdu_t pdu; in server_send_service_register_response()
50 uint8_t const *req = srv->req + sizeof(sdp_pdu_t); in server_prepare_service_unregister_response()79 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t); in server_prepare_service_unregister_response()
50 uint8_t const *req = srv->req + sizeof(sdp_pdu_t); in server_prepare_service_change_response()88 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t); in server_prepare_service_change_response()
56 uint8_t const *req = srv->req + sizeof(sdp_pdu_t); in server_prepare_service_search_response() 204 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t) - 4; in server_prepare_service_search_response() 222 sdp_pdu_t pdu; in server_send_service_search_response()
147 uint8_t const *req = srv->req + sizeof(sdp_pdu_t); in server_prepare_service_attribute_response() 234 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t) - 2; in server_prepare_service_attribute_response() 255 sdp_pdu_t pdu; in server_send_service_attribute_response()
180 uint8_t const *req = srv->req + sizeof(sdp_pdu_t); in server_prepare_service_search_attribute_response()366 srv->fdidx[fd].rsp_limit = srv->fdidx[fd].omtu - sizeof(sdp_pdu_t) - 2; in server_prepare_service_search_attribute_response()
542 sdp_pdu_t pdu; in server_send_error_response()
53 sdp_pdu_t pdu; in sdp_register_service()118 sdp_pdu_t pdu; in sdp_unregister_service()162 sdp_pdu_t pdu; in sdp_change_service()
54 sdp_pdu_t pdu; in sdp_search()
270 typedef struct sdp_pdu sdp_pdu_t; typedef