Files
AC707N/SDK/audio/common/bt_audio_energy_detection.h
2025-12-03 11:12:34 +08:00

14 lines
285 B
C

#ifndef _BT_AUDIO_ENERGY_DETECTION_H_
#define _BT_AUDIO_ENERGY_DETECTION_H_
#include "btstack/a2dp_media_codec.h"
int bt_audio_energy_detect_run(u8 codec_type, void *packet, u16 frame_len);
void bt_audio_energy_detect_close(u8 codec_type);
#endif//_BT_AUDIO_ENERGY_DETECTION_H_