component/bt: play of audio stream functionally works

This commit is contained in:
wangmengyang
2016-11-21 12:21:37 +08:00
parent cd6d6c6280
commit d833293581
15 changed files with 140 additions and 1979 deletions

View File

@@ -135,11 +135,11 @@ typedef UINT16 tGATT_DISCONN_REASON;
#define GATT_INVALID_CONN_ID 0xFFFF
#ifndef GATT_CL_MAX_LCB
#define GATT_CL_MAX_LCB 12 // 22
#define GATT_CL_MAX_LCB 2 // 22
#endif
#ifndef GATT_MAX_SCCB
#define GATT_MAX_SCCB 10
#define GATT_MAX_SCCB 2
#endif