Singh-Sumeet commented on code in PR #1668: URL: https://github.com/apache/mynewt-nimble/pull/1668#discussion_r1442543136
########## nimble/host/include/host/ble_gap.h: ########## @@ -258,6 +258,9 @@ struct hci_conn_update; /** GAP event: BIG (Broadcast Isochronous Group) information report */ #define BLE_GAP_EVENT_BIGINFO_REPORT 30 +/** GAP event: Authorization request for GATT operations */ +#define BLE_GAP_EVENT_AUTHORIZE 30 Review Comment: Changed to 31 -- 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]
