component/bt: Bluedroid BTA/SDP module is ported

This commit is contained in:
wangmengyang
2016-10-21 15:12:22 +08:00
parent 0574f2f55a
commit 2c0ceb484b
15 changed files with 1281 additions and 50 deletions

View File

@@ -110,10 +110,6 @@ tESP_BLE_ADV_DATA ijiazu_adv_data[ADV_SCAN_IDX_MAX] =
static void SimpleDataCallBack(UINT8 app_id, UINT8 event, UINT8 len, UINT8 *p_data);
#endif
typedef struct {
uint8_t uu[16];
} bt_uuid_t;
int uuidType(unsigned char* p_uuid)
{
int i = 0;