mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-01 19:35:56 +00:00
component/bt: legacy bt API provide
1. move btif module out of bluetooth stack 2. provide new APIs in bluedroid/stack_api
This commit is contained in:
13
components/bt/bluedroid/stack_api/include/bt_api_common.h
Normal file
13
components/bt/bluedroid/stack_api/include/bt_api_common.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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__ */
|
Reference in New Issue
Block a user