Changeset View
Changeset View
Standalone View
Standalone View
lib/libsdp/sdp.3
| Show All 18 Lines | |||||
| .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||||
| .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||||
| .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||||
| .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .\" $Id: sdp.3,v 1.1 2003/09/07 20:34:19 max Exp $ | .\" $Id: sdp.3,v 1.1 2003/09/07 20:34:19 max Exp $ | ||||
| .\" | .\" | ||||
| .Dd April 30, 2018 | .Dd September 16, 2025 | ||||
| .Dt SDP 3 | .Dt SDP 3 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm SDP_GET8 , | .Nm SDP_GET8 , | ||||
| .Nm SDP_GET16 , | .Nm SDP_GET16 , | ||||
| .Nm SDP_GET32 , | .Nm SDP_GET32 , | ||||
| .Nm SDP_GET64 , | .Nm SDP_GET64 , | ||||
| .Nm SDP_GET128 , | .Nm SDP_GET128 , | ||||
| ▲ Show 20 Lines • Show All 46 Lines • ▼ Show 20 Lines | |||||
| .Fa "uint32_t const *ap" "uint32_t vlen" "sdp_attr_t *vp" | .Fa "uint32_t const *ap" "uint32_t vlen" "sdp_attr_t *vp" | ||||
| .Fc | .Fc | ||||
| .Ft "char const * const" | .Ft "char const * const" | ||||
| .Fn sdp_attr2desc "uint16_t attr" | .Fn sdp_attr2desc "uint16_t attr" | ||||
| .Ft "char const * const" | .Ft "char const * const" | ||||
| .Fn sdp_uuid2desc "uint16_t uuid" | .Fn sdp_uuid2desc "uint16_t uuid" | ||||
| .Ft int32_t | .Ft int32_t | ||||
| .Fo sdp_register_service | .Fo sdp_register_service | ||||
| .Fa "void *xss" "uint16_t uuid" "bdaddr_p const bdaddr" "uint8_t const *data" | .Fa "void *xss" "uint16_t uuid" "const bdaddr_t *bdaddr" "uint8_t const *data" | ||||
| .Fa "uint32_t datalen" "uint32_t *handle" | .Fa "uint32_t datalen" "uint32_t *handle" | ||||
| .Fc | .Fc | ||||
| .Ft int32_t | .Ft int32_t | ||||
| .Fn sdp_unregister_service "void *xss" "uint32_t handle" | .Fn sdp_unregister_service "void *xss" "uint32_t handle" | ||||
| .Ft int32_t | .Ft int32_t | ||||
| .Fo sdp_change_service | .Fo sdp_change_service | ||||
| .Fa "void *xss" "uint32_t handle" "uint8_t const *data" "uint32_t datalen" | .Fa "void *xss" "uint32_t handle" "uint8_t const *data" "uint32_t datalen" | ||||
| .Fc | .Fc | ||||
| ▲ Show 20 Lines • Show All 336 Lines • Show Last 20 Lines | |||||