Singh-Sumeet commented on code in PR #1668:
URL: https://github.com/apache/mynewt-nimble/pull/1668#discussion_r1442543919
##########
nimble/host/src/ble_gap.c:
##########
@@ -6458,7 +6458,7 @@ ble_gap_subscribe_event(uint16_t conn_handle, uint16_t
attr_handle,
uint8_t prev_notify, uint8_t cur_notify,
uint8_t prev_indicate, uint8_t cur_indicate)
{
-#if NIMBLE_BLE_CONNECT
+#if MYNEWT_VAL(BLE_ROLE_PERIPHERAL)
Review Comment:
Reverted to original.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]