You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/10/24 17:15:24 UTC

[GitHub] ccollins476ad closed pull request #636: BLE socket transport - don't drop large frames.

ccollins476ad closed pull request #636: BLE socket transport - don't drop large frames.
URL: https://github.com/apache/mynewt-core/pull/636
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/net/nimble/transport/socket/src/ble_hci_socket.c b/net/nimble/transport/socket/src/ble_hci_socket.c
index 0a15a5046..8c12b348e 100755
--- a/net/nimble/transport/socket/src/ble_hci_socket.c
+++ b/net/nimble/transport/socket/src/ble_hci_socket.c
@@ -167,7 +167,7 @@ static struct ble_hci_sock_state {
     struct os_event ev;
     struct os_callout timer;
 
-    uint8_t rx_off;
+    uint16_t rx_off;
     uint8_t rx_data[512];
 } ble_hci_sock_state;
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services