You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/03 00:09:36 UTC

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #1661: WIP: Start implementing BTPROTO_HCI socket support

btashton commented on a change in pull request #1661:
URL: https://github.com/apache/incubator-nuttx/pull/1661#discussion_r482610256



##########
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:
       Ok this is rebased on top of the changes that were made to define the new socket address types.  So going forward this should be able to remain in sync with the CI system as the interfaces have been defined.




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