1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-06 06:40:11 -04:00
wangmengyang 124a673a78 component/bt: legacy bt API provide
1. move btif module out of bluetooth stack
2. provide new APIs in bluedroid/stack_api
2016-10-31 21:40:01 +08:00

14 lines
233 B
C

#ifndef __BT_API_COMMON_H__
#define __BT_API_COMMON_H__
#include <stdint.h>
#include "bt_types.h"
typedef tBT_UUID esp_bt_uuid_t; /* tBT_UUID in "bt_types.h" */
typedef BD_ADDR esp_bd_addr_t;
#endif /* __BT_API_COMMON_H__ */