bluetooth.h 261 B

1234567891011121314151617
  1. /*
  2. * bluetooth.h
  3. *
  4. * Created by zoro on 2021-3-21.
  5. */
  6. #ifndef __BLUETOOTH_H_
  7. #define __BLUETOOTH_H_
  8. #include "tws/tws.h"
  9. #include "ble/popup.h"
  10. #include "bsp_bt.h"
  11. #include "app/app.h"
  12. #include "bt/pbap.h"
  13. #include "bt/map.h"
  14. #endif // __BLUETOOTH_H_