component/bt: merge SDP client and SDP server example to a single demo

This commit is contained in:
wangmengyang
2016-11-01 11:54:01 +08:00
parent 124a673a78
commit a8b2608dd9
34 changed files with 2418 additions and 429 deletions

View File

@@ -8,6 +8,6 @@
typedef tBT_UUID esp_bt_uuid_t; /* tBT_UUID in "bt_types.h" */
typedef BD_ADDR esp_bd_addr_t;
typedef BD_ADDR esp_bd_addr_t; /* BD_ADDR in bt_types.h */
#endif /* __BT_API_COMMON_H__ */