report connected done

This commit is contained in:
weiting2
2020-07-07 17:45:09 +08:00
parent c052daa387
commit c6a3c9f397
2 changed files with 7 additions and 4 deletions
@@ -1955,7 +1955,7 @@ static void SimpleBLECentral_processGATTDiscEvent(gattMsgEvent_t *pMsg)
charHdl = BUILD_UINT16(pMsg->msg.readByTypeRsp.pDataList[0],
pMsg->msg.readByTypeRsp.pDataList[1]);
// Display_print0(dispHandle, ROW_THREE, 0, "Simple Svc Found");
// TODO send connect done
#ifndef BOOSTXL_CC2650MA
mem_UART_display("charHdl");
mem_UART_display_u16(charHdl);
@@ -1963,6 +1963,9 @@ static void SimpleBLECentral_processGATTDiscEvent(gattMsgEvent_t *pMsg)
mem_UART_display("Simple Svc Found");
mem_UART_newline();
#else
uint8_t connect_done[2] = {4295, 523};
UART_write(uart_handle, connect_done, 4);
#endif
procedureInProgress = FALSE;
}
@@ -5,12 +5,12 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 7
#define VERSION_DATE_DAY 7
#define VERSION_DATE_HOUR 14
#define VERSION_DATE_MINUTE 37
#define VERSION_DATE_HOUR 17
#define VERSION_DATE_MINUTE 44
// this is NOT the version hash !!
// it's the last version hash
#define VERSION_HASH 0344bd724667dd93ae86474cc86ca04e4478ab3b
#define VERSION_HASH c052daa38720e89f9a32e1cd887e680412540003
#define VERSION_GIT_BRANCH simple_central_ma_pin
#endif