sjanc commented on a change in pull request #372: nimble: add monitor
protocol/interface
URL: https://github.com/apache/mynewt-core/pull/372#discussion_r126034491
##########
File path: net/nimble/host/src/ble_monitor.c
##########
@@ -243,4 +257,58 @@ ble_monitor_new_index(uint8_t bus, uint8_t *addr, const
char *name)
return 0;
}
+int
+ble_monitor_log(int level, const char *fmt, ...)
+{
+ struct ble_monitor_hdr hdr;
+ struct ble_monitor_user_logging ulog;
+ const char id[] = "nimble";
Review comment:
could be static const
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services