[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-26 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-604458440
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-26 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-604382239
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-26 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-603856849
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-25 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-603425856
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-603327058
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-24 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-602703331
 
 
   
   
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
    nimble/host/src/ble_gap.c
   
   
   ```diff
   @@ -244,42 +244,42 @@

STATS_SECT_DECL(ble_gap_stats) ble_gap_stats;
STATS_NAME_START(ble_gap_stats)
   -STATS_NAME(ble_gap_stats, wl_set)
   -STATS_NAME(ble_gap_stats, wl_set_fail)
   -STATS_NAME(ble_gap_stats, adv_stop)
   -STATS_NAME(ble_gap_stats, adv_stop_fail)
   -STATS_NAME(ble_gap_stats, adv_start)
   -STATS_NAME(ble_gap_stats, adv_start_fail)
   -STATS_NAME(ble_gap_stats, adv_set_data)
   -STATS_NAME(ble_gap_stats, adv_set_data_fail)
   -STATS_NAME(ble_gap_stats, adv_rsp_set_data)
   -STATS_NAME(ble_gap_stats, adv_rsp_set_data_fail)
   -STATS_NAME(ble_gap_stats, discover)
   -STATS_NAME(ble_gap_stats, discover_fail)
   -STATS_NAME(ble_gap_stats, initiate)
   -STATS_NAME(ble_gap_stats, initiate_fail)
   -STATS_NAME(ble_gap_stats, terminate)
   -STATS_NAME(ble_gap_stats, terminate_fail)
   -STATS_NAME(ble_gap_stats, cancel)
   -STATS_NAME(ble_gap_stats, cancel_fail)
   -STATS_NAME(ble_gap_stats, update)
   -STATS_NAME(ble_gap_stats, update_fail)
   -STATS_NAME(ble_gap_stats, connect_mst)
   -STATS_NAME(ble_gap_stats, connect_slv)
   -STATS_NAME(ble_gap_stats, disconnect)
   -STATS_NAME(ble_gap_stats, rx_disconnect)
   -STATS_NAME(ble_gap_stats, rx_update_complete)
   -STATS_NAME(ble_gap_stats, rx_adv_report)
   -STATS_NAME(ble_gap_stats, rx_conn_complete)
   -STATS_NAME(ble_gap_stats, discover_cancel)
   -STATS_NAME(ble_gap_stats, discover_cancel_fail)
   -STATS_NAME(ble_gap_stats, security_initiate)
   -STATS_NAME(ble_gap_stats, security_initiate_fail)
   +STATS_NAME(ble_gap_stats, wl_set)
   +STATS_NAME(ble_gap_stats, wl_set_fail)
   +STATS_NAME(ble_gap_stats, adv_stop)
   +STATS_NAME(ble_gap_stats, adv_stop_fail)
   +STATS_NAME(ble_gap_stats, adv_start)
   +STATS_NAME(ble_gap_stats, adv_start_fail)
   +STATS_NAME(ble_gap_stats, adv_set_data)
   +STATS_NAME(ble_gap_stats, adv_set_data_fail)
   +STATS_NAME(ble_gap_stats, adv_rsp_set_data)
   +STATS_NAME(ble_gap_stats, adv_rsp_set_data_fail)
   +STATS_NAME(ble_gap_stats, discover)
   +STATS_NAME(ble_gap_stats, discover_fail)
   +STATS_NAME(ble_gap_stats, initiate)
   +STATS_NAME(ble_gap_stats, initiate_fail)
   +STATS_NAME(ble_gap_stats, terminate)
   +STATS_NAME(ble_gap_stats, terminate_fail)
   +STATS_NAME(ble_gap_stats, cancel)
   +STATS_NAME(ble_gap_stats, cancel_fail)
   +STATS_NAME(ble_gap_stats, update)
   +STATS_NAME(ble_gap_stats, update_fail)
   +STATS_NAME(ble_gap_stats, connect_mst)
   +STATS_NAME(ble_gap_stats, connect_slv)
   +STATS_NAME(ble_gap_stats, disconnect)
   +STATS_NAME(ble_gap_stats, rx_disconnect)
   +STATS_NAME(ble_gap_stats, rx_update_complete)
   +STATS_NAME(ble_gap_stats, rx_adv_report)
   +STATS_NAME(ble_gap_stats, rx_conn_complete)
   +STATS_NAME(ble_gap_stats, discover_cancel)
   +STATS_NAME(ble_gap_stats, discover_cancel_fail)
   +STATS_NAME(ble_gap_stats, security_initiate)
   +STATS_NAME(ble_gap_stats, security_initiate_fail)
STATS_NAME_END(ble_gap_stats)


/*
   - * $debug   
 *
   - 
*/
   +* $debug
*
   
+*/

#if MYNEWT_VAL(BLE_HS_DEBUG)
int
   ```
   
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-23 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-601703747
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services


[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master and slave states on host reset

2020-03-20 Thread GitBox
apache-mynewt-bot removed a comment on issue #777: nimble/host: Clear master 
and slave states on host reset
URL: https://github.com/apache/mynewt-nimble/pull/777#issuecomment-601619928
 
 
   
   
   
   ## Style check summary
   
    No suggestions at this time!
   


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


With regards,
Apache Git Services