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

 ##########
 File path: nimble/host/src/ble_gap_priv.h
 ##########
 @@ -82,6 +82,11 @@ void ble_gap_rx_le_scan_timeout(void);
 #if MYNEWT_VAL(BLE_EXT_ADV)
 void ble_gap_rx_ext_adv_report(struct ble_gap_ext_disc_desc *desc);
 void ble_gap_rx_adv_set_terminated(struct hci_le_adv_set_terminated *evt);
+#if MYNEWT_VAL(BLE_PERIODIC_ADV)
+void ble_gap_rx_per_adv_sync_estab(struct hci_le_subev_per_adv_sync_estab 
*evt);
 
 Review comment:
   could we use same pattern as before? i.e. 
`ble_gap_rx_periodic_adv_sync_estab()`

----------------------------------------------------------------
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