btashton commented on a change in pull request #1661: URL: https://github.com/apache/incubator-nuttx/pull/1661#discussion_r479673134
########## File path: include/netpacket/bluetooth.h ########## @@ -286,6 +271,13 @@ struct sockaddr_bt_s uint8_t bt_channel; /* Channel identifier (CID) */ }; +struct sockaddr_hci_s +{ + sa_family_t hci_family; + uint8_t hci_dev; + uint8_t hci_channel; +}; + Review comment: I added hci l2cap and rfcomm socket address types and updated the references in the code. This breaks apps, but I have have a branch that makes the minor changes there. ---------------------------------------------------------------- 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