Searched refs:avdtp_source_callback (Results 1 – 1 of 1) sorted by relevance
58 static btstack_packet_handler_t avdtp_source_callback; variable89 … return (stream_endpoint->sep.type == AVDTP_SOURCE) ? avdtp_source_callback : avdtp_sink_callback; in avdtp_packet_handler_for_stream_endpoint()93 if (avdtp_source_callback != NULL){ in avdtp_emit_sink_and_source()94 (*avdtp_source_callback)(HCI_EVENT_PACKET, 0, packet, size); in avdtp_emit_sink_and_source()102 if (avdtp_source_callback != NULL){ in avdtp_emit_source()103 (*avdtp_source_callback)(HCI_EVENT_PACKET, 0, packet, size); in avdtp_emit_source()396 avdtp_source_callback = callback; in avdtp_register_source_packet_handler()1672 avdtp_source_callback = NULL; in avdtp_deinit()