Changeset View
Changeset View
Standalone View
Standalone View
lib/libsdp/sdp.h
| Show First 20 Lines • Show All 696 Lines • ▼ Show 20 Lines | struct sdp_panu_profile | ||||
| uint16_t psm; /* HBO */ | uint16_t psm; /* HBO */ | ||||
| uint16_t security_description; /* HBO */ | uint16_t security_description; /* HBO */ | ||||
| uint16_t reserved2; | uint16_t reserved2; | ||||
| }; | }; | ||||
| typedef struct sdp_panu_profile sdp_panu_profile_t; | typedef struct sdp_panu_profile sdp_panu_profile_t; | ||||
| typedef struct sdp_panu_profile * sdp_panu_profile_p; | typedef struct sdp_panu_profile * sdp_panu_profile_p; | ||||
| int32_t sdp_register_service (void *xss, uint16_t uuid, | int32_t sdp_register_service (void *xss, uint16_t uuid, | ||||
| bdaddr_p const bdaddr, uint8_t const *data, | const bdaddr_t *bdaddr, uint8_t const *data, | ||||
| uint32_t datalen, uint32_t *handle); | uint32_t datalen, uint32_t *handle); | ||||
| int32_t sdp_unregister_service (void *xss, uint32_t handle); | int32_t sdp_unregister_service (void *xss, uint32_t handle); | ||||
| int32_t sdp_change_service (void *xss, uint32_t handle, | int32_t sdp_change_service (void *xss, uint32_t handle, | ||||
| uint8_t const *data, uint32_t datalen); | uint8_t const *data, uint32_t datalen); | ||||
| __END_DECLS | __END_DECLS | ||||
| #endif /* ndef _SDP_H_ */ | #endif /* ndef _SDP_H_ */ | ||||