mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-27 11:17:22 +00:00
Merge pull request #636 from ccollins476ad/ble-sock-off16
BLE socket transport - don't drop large frames. X-Original-Commit: 1e05ad7d95c352cf296d5221616a2064782e7432
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user