sjanc commented on issue #1827: URL: https://github.com/apache/mynewt-nimble/issues/1827#issuecomment-2270580460
Hi, In Nimble error codes have ranges so that one can figure out from which layer error originated from. 0x181 is 0x100 + 0x81 which means it is ATT (0x100) error code with value 0x81. 0x81 is from ATT application error code range which means that its meaning is defined in FTMS specification. More info on errors can be found in documentation: https://mynewt.apache.org/v1_12_0/network/ble_hs/ble_hs_return_codes.html -- 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]
