1
- From fc6aab06bd42e14ea2317f0f44de28ad62113e4b Mon Sep 17 00:00:00 2001
1
+ From 57f0717adab139ab5bd9ea6e5fa9c2c63ebe584b Mon Sep 17 00:00:00 2001
2
2
From: Paolo Calao <paolo.calao@gmail.com>
3
3
Date: Thu, 29 Oct 2020 15:40:32 +0100
4
- Subject: [PATCH 06/75 ] portentaH7: Change BLE public address
4
+ Subject: [PATCH 006/101 ] portentaH7: Change BLE public address
5
5
6
6
---
7
7
.../ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp | 11 +++++++++++
8
8
1 file changed, 11 insertions(+)
9
9
10
10
diff --git a/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp b/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp
11
- index 1e339546e5..5486af2b11 100644
11
+ index 957e37594b..ff389c9f81 100644
12
12
--- a/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp
13
13
+++ b/connectivity/drivers/ble/FEATURE_BLE/COMPONENT_CYW43XXX/HCIDriver.cpp
14
- @@ -387 ,6 +387 ,16 @@ private:
14
+ @@ -378 ,6 +378 ,16 @@ private:
15
15
#endif /* BT_UART_NO_3M_SUPPORT */
16
16
}
17
17
@@ -28,7 +28,7 @@ index 1e339546e5..5486af2b11 100644
28
28
void send_service_pack_command(void)
29
29
{
30
30
uint16_t cmd_len = service_pack_ptr[service_pack_index + 2];
31
- @@ -394 ,6 +404 ,7 @@ private:
31
+ @@ -385 ,6 +395 ,7 @@ private:
32
32
uint8_t *pBuf = hciCmdAlloc(cmd_opcode, cmd_len);
33
33
if (pBuf) {
34
34
memcpy(pBuf + HCI_CMD_HDR_LEN, service_pack_ptr + service_pack_index + HCI_CMD_HDR_LEN, cmd_len);
@@ -37,5 +37,5 @@ index 1e339546e5..5486af2b11 100644
37
37
} else {
38
38
}
39
39
- -
40
- 2.32 .0
40
+ 2.33 .0
41
41
0 commit comments