Home
last modified time | relevance | path

Searched refs:a2dp_source_stream_endpoint_request_can_send_now (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Da2dp_source.h153 void a2dp_source_stream_endpoint_request_can_send_now(uint16_t a2dp_cid, uint8_t local_seid);
H A Da2dp_source.c202 void a2dp_source_stream_endpoint_request_can_send_now(uint16_t avdtp_cid, uint8_t local_seid){ in a2dp_source_stream_endpoint_request_can_send_now() function
/btstack/example/
H A Da2dp_source_demo.c485 a2dp_source_stream_endpoint_request_can_send_now(context->a2dp_cid, context->local_seid); in a2dp_demo_audio_timeout_handler()