Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dsrr.c55 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()
H A Dsur.c50 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()
H A Dscr.c50 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()
H A Dssr.c56 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()
H A Dsar.c147 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()
H A Dssar.c180 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()
H A Dserver.c542 sdp_pdu_t pdu; in server_send_error_response()
/freebsd/lib/libsdp/
H A Dservice.c53 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()
H A Dsearch.c54 sdp_pdu_t pdu; in sdp_search()
H A Dsdp.h270 typedef struct sdp_pdu sdp_pdu_t; typedef