v01d commented on issue #2084:
URL: 
https://github.com/apache/incubator-nuttx/issues/2084#issuecomment-727575851


   From what I'm seeing this is something that will not ever work with bt_null. 
The command that is failing is LE_ENCRYPT, which should encrypt the passed data 
and return it as part of the return parameters of the CMD COMPLETE HCI command. 
bt_null simply returns generic CMD COMPLETE events without return parameters 
for any unhandled opcode, so the BT stack chokes when this does not contain the 
expected response. I don't see how this could have worked before, unless 
something else was wrong and hiding this problem.
   I'm not sure what would be the best way to deal with this, I don't think it 
makes much sense to be testing such a stub driver.


----------------------------------------------------------------
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.

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


Reply via email to