spiriou commented on pull request #2091:
URL: https://github.com/apache/incubator-nuttx/pull/2091#issuecomment-716208468


   > > @spiriou do you have some reference to understand the ADB protocol? I 
would like to know if it is possible for it to be used over BLE. If it works 
over a serial connection maybe it could be made to work over BLE UART but it is 
possibly not a good solution
   > 
   > Hi @v01d I think it could help you: 
https://github.com/cstyan/adbDocumentation
   
   @v01d ADB is basically a TLV communication over a serial link (binary). If 
you can provide a serial channel over BLE, then it may be possible. One other 
issue is that the adb client from android platform tools only support USB or 
TCP connection. Hence you would also have to provide on host side a TCP <-> BLE 
serial application.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to