DLE attempt

This commit is contained in:
weiting2
2020-04-14 12:48:25 +08:00
parent a0bae8c806
commit af126030ce
2 changed files with 11 additions and 4 deletions
@@ -1701,6 +1701,13 @@ static void SimpleBLECentral_processGATTDiscEvent(gattMsgEvent_t *pMsg)
{
svcStartHdl = ATT_ATTR_HANDLE(pMsg->msg.findByTypeValueRsp.pHandlesInfo, 0);
svcEndHdl = ATT_GRP_END_HANDLE(pMsg->msg.findByTypeValueRsp.pHandlesInfo, 0);
mem_UART_display("svcStartHdl:");
mem_UART_display_u16(svcStartHdl);
mem_UART_newline();
mem_UART_display("svcEndHdl:");
mem_UART_display_u16(svcEndHdl);
mem_UART_newline();
}
// If procedure complete
@@ -4,13 +4,13 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 4
#define VERSION_DATE_DAY 13
#define VERSION_DATE_HOUR 11
#define VERSION_DATE_MINUTE 20
#define VERSION_DATE_DAY 14
#define VERSION_DATE_HOUR 12
#define VERSION_DATE_MINUTE 48
// this is NOT the version hash !!
// it's the last version hash
#define VERSION_HASH c7de00ba54a1e6796345068dfec432ce82141b1c
#define VERSION_HASH a0bae8c806a17b73a65b4beb5ed2dddb34dd1963
#define VERSION_GIT_BRANCH MemBoard_simple_central
#endif