report connected done
This commit is contained in:
+4
-1
@@ -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;
|
||||
}
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user