sdp_server.h (2fca4dad957cd7b88f4657ed51e89c12615dda72) sdp_server.h (22d58ff8de23f4f8df27e78fade3aa864f1db00c)
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

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

106
107/**
108 * @brief De-Init SDP Server
109 */
110void sdp_deinit(void);
111
112/* API_END */
113
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

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

106
107/**
108 * @brief De-Init SDP Server
109 */
110void sdp_deinit(void);
111
112/* API_END */
113
114#ifdef ENABLE_TESTING_SUPPORT
115void sdp_server_set_single_record_response(bool enabled);
116#endif
114
117
118
115#if defined __cplusplus
116}
117#endif
118#endif // SDP_H
119#if defined __cplusplus
120}
121#endif
122#endif // SDP_H