rymanluk commented on a change in pull request #283: Adding Periodic 
Advertising Feature
URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r246777201
 
 

 ##########
 File path: nimble/host/src/ble_hs_dbg.c
 ##########
 @@ -675,7 +676,7 @@ ble_hs_dbg_event_disp(uint8_t *evbuf)
         ble_hs_dbg_num_comp_pkts_disp(evdata, len);
         break;
     case BLE_HCI_EVCODE_LE_META:
-        ble_hs_dbg_le_event_disp(evdata[0], len-1, evdata + 1);
+        ble_hs_dbg_le_event_disp(evdata[0], len - 1, evdata + 1);
 
 Review comment:
   valid fix, please do in separate commit.

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


With regards,
Apache Git Services

Reply via email to