pbap.h 184 B

1234567891011
  1. #ifndef __PBAP_H
  2. #define __PBAP_H
  3. struct pbap_buf_t{
  4. char name[160];
  5. char anum[20];
  6. char bnum[20];
  7. };
  8. void bt_pbap_data_callback(u8 type, void *item);
  9. #endif // __PBAP_H