raiden00pl opened a new pull request #5029:
URL: https://github.com/apache/incubator-nuttx/pull/5029


   ## Summary
   wireless/bluetooth/bt_hcicore.c: allocated recv buffer must reserve 
BLUETOOTH_H4_HDRLEN for head
   
   This was broken since 6c69b12000e.
   The first byte in io_data buffer must be the BT H4 packet type.
   Without this change an assertion in bt_netdev.c:535 is always raised and 
nimble host layer crash.
   
   ## Impact
   nimble host layer works again with NuttX
   
   ## Testing
   nrf52
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to