2020-07-28 11:09 PM
Hi,
This is my architecture:
In the client i have:
Right now i have some problem because i can't find an explaination of some errors i can observe. Where i can find a detailed description of the error codes returned by the functions that have tBleStatus as return type?
In particular:
If you have some document where these return values are explained i will be very useful.
Thank you in advance
Best regards
Lorenzo
Solved! Go to Solution.
2021-01-06 03:51 AM
By now you probably found them already, but for the others looking for this see "ble_defs.h", all return types are defined here and prefixed with BLE_STATUS_
2021-01-06 03:51 AM
By now you probably found them already, but for the others looking for this see "ble_defs.h", all return types are defined here and prefixed with BLE_STATUS_
2023-03-22 06:41 AM
aci_gatt_dic_all_char_of_service can return 0x42. Does anyone know where that is documented?
2023-11-21 08:55 AM
"ble_defs.h" does not document all the status codes, they do all seem to be defined in AN5270 Section 4 (Status Error Codes) though STM32WB Bluetooth® Low Energy wireless interface - Application note