avdtp_sink.h (80e33422a96c028b3a9c308fc4b9b874712dafb4) | avdtp_sink.h (522706d7b490f85207c492962f874b9f76884c09) |
---|---|
1/* 2 * Copyright (C) 2016 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 --- 151 unchanged lines hidden (view full) --- 160 161/** 162 * @brief Suspend stream 163 * @param local_seid 164 */ 165uint8_t avdtp_sink_suspend(uint16_t avdtp_cid, uint8_t local_seid); 166 167/** | 1/* 2 * Copyright (C) 2016 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 --- 151 unchanged lines hidden (view full) --- 160 161/** 162 * @brief Suspend stream 163 * @param local_seid 164 */ 165uint8_t avdtp_sink_suspend(uint16_t avdtp_cid, uint8_t local_seid); 166 167/** |
168 * @brief Suspend stream | 168 * @brief Report delay |
169 * @param local_seid | 169 * @param local_seid |
170 * @param delay_ms | 170 * @param delay_100us |
171 */ | 171 */ |
172uint8_t avdtp_sink_delay_report(uint16_t avdtp_cid, uint8_t local_seid, uint16_t delay_ms); | 172uint8_t avdtp_sink_delay_report(uint16_t avdtp_cid, uint8_t local_seid, uint16_t delay_100us); |
173 174// AVDTP_SI_DELAYREPORT 175 176/* API_END */ 177 178 179#if defined __cplusplus 180} 181#endif 182 183#endif // AVDTP_SINK_H | 173 174// AVDTP_SI_DELAYREPORT 175 176/* API_END */ 177 178 179#if defined __cplusplus 180} 181#endif 182 183#endif // AVDTP_SINK_H |