mcu_ab568x/userboot240328/app/platform/bsp/bsp_bt/pbap.h
2025-05-30 18:03:10 +08:00

12 lines
207 B
C

#ifndef __BSP_PBAP_H
#define __BSP_PBAP_H
struct pbap_buf_t{
char name[160];
char anum[20];
char bnum[20];
};
void bt_pbap_data_callback(u8 type, void *item);
#endif // __BSP_PBAP_H