bt_api_common.h 233 B

12345678910111213
  1. #ifndef __BT_API_COMMON_H__
  2. #define __BT_API_COMMON_H__
  3. #include <stdint.h>
  4. #include "bt_types.h"
  5. typedef tBT_UUID esp_bt_uuid_t; /* tBT_UUID in "bt_types.h" */
  6. typedef BD_ADDR esp_bd_addr_t;
  7. #endif /* __BT_API_COMMON_H__ */