sdp.h (6aae6f7e7aa3b66bf251fa5843bfcf34c746ed70) sdp.h (a4b187fa33f1856b9c0293b900d36b4c797b459d)
1/*
2 * sdp.h
3 *
4 * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 455 unchanged lines hidden (view full) ---

464 *t_cp++ = (l)->b[13]; \
465 *t_cp++ = (l)->b[14]; \
466 *t_cp = (l)->b[15]; \
467 (cp) += 16; \
468}
469#endif /* BYTE_ORDER */
470
471void * sdp_open (bdaddr_t const *l, bdaddr_t const *r);
1/*
2 * sdp.h
3 *
4 * Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 455 unchanged lines hidden (view full) ---

464 *t_cp++ = (l)->b[13]; \
465 *t_cp++ = (l)->b[14]; \
466 *t_cp = (l)->b[15]; \
467 (cp) += 16; \
468}
469#endif /* BYTE_ORDER */
470
471void * sdp_open (bdaddr_t const *l, bdaddr_t const *r);
472void * sdp_open_local (void);
472void * sdp_open_local (char const *control);
473int32_t sdp_close (void *xs);
474int32_t sdp_error (void *xs);
475
476int32_t sdp_search (void *xs,
477 uint32_t plen, uint16_t const *pp,
478 uint32_t alen, uint32_t const *ap,
479 uint32_t vlen, sdp_attr_t *vp);
480

--- 78 unchanged lines hidden ---
473int32_t sdp_close (void *xs);
474int32_t sdp_error (void *xs);
475
476int32_t sdp_search (void *xs,
477 uint32_t plen, uint16_t const *pp,
478 uint32_t alen, uint32_t const *ap,
479 uint32_t vlen, sdp_attr_t *vp);
480

--- 78 unchanged lines hidden ---