STM32WB tBleStatus values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-28 11:09 PM
Hi,
This is my architecture:
- 1 board client.
- 5 board servers.
In the client i have:
- A routine that try to connect, pair and update MTU size of all the servers.
- A routine that send and receive message from the paired servers.
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:
- aci_gatt_write_long_char_value return error 70 (decimal) after some working time (40min approximately). I have to disconnect and reconnect all the servers in order to restore the system.
- aci_gap_create_connection sporadically return the error 46 (decimal).
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.
- Labels:
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-01-06 3: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_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-01-06 3: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_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-22 6:41 AM
aci_gatt_dic_all_char_of_service can return 0x42. Does anyone know where that is documented?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-21 8: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
