Home
last modified time | relevance | path

Searched refs:avdtp_source_stream_send_media_packet (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Davdtp_source.h247 uint8_t avdtp_source_stream_send_media_packet(uint16_t avdtp_cid, uint8_t local_seid, const uint8_t…
H A Davdtp_source.c216 uint8_t avdtp_source_stream_send_media_packet(uint16_t avdtp_cid, uint8_t local_seid, const uint8_t… in avdtp_source_stream_send_media_packet() function
H A Da2dp_source.c217 return avdtp_source_stream_send_media_packet(a2dp_cid, local_seid, packet, size); in a2dp_source_stream_send_media_packet()
/btstack/
H A DCHANGELOG.md585 - A2DP + AVDTP Source: allow to send media packet with `avdtp_source_stream_send_media_packet` and …