You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os/src/net/bt_sockets.c does not follow coding standards and exposes a POSIX api directly.
This can be fixed by modifying the functions to follow the following conventions:
bt_net_*
Use process file-descriptors if available.
Cast HANDLE type to int when process file-descriptors not available.
The text was updated successfully, but these errors were encountered:
os/src/net/bt_sockets.c does not follow coding standards and exposes a POSIX api directly.
This can be fixed by modifying the functions to follow the following conventions:
The text was updated successfully, but these errors were encountered: