Roshan23699 commented on code in PR #1660:
URL: https://github.com/apache/mynewt-nimble/pull/1660#discussion_r1432452776


##########
nimble/host/src/ble_gatts.c:
##########
@@ -1587,6 +1587,8 @@ ble_gatts_peer_cl_sup_feat_update(uint16_t conn_handle, 
struct os_mbuf *om)
     int rc = 0;
     int feat_idx = 0;
     int i;
+    /* decimal(7) = binary(0000 0111) */
+    uint8_t rfu_mask = 7;

Review Comment:
   This, macro I defined just below BLE_GATT_CHR_CLI_SUP_FEAT_SZ in 
ble_gatt_priv.h file. 
   I cannot define this in gatt service file(ble_svc_gatt.h) as the services 
are not accessible in src/host. 



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

Reply via email to