1234567891011121314151617 |
- /*
- * bluetooth.h
- *
- * Created by zoro on 2021-3-21.
- */
- #ifndef __BLUETOOTH_H_
- #define __BLUETOOTH_H_
- #include "tws/tws.h"
- #include "ble/popup.h"
- #include "bsp_bt.h"
- #include "app/app.h"
- #include "bt/pbap.h"
- #include "bt/map.h"
- #endif // __BLUETOOTH_H_
|