2024-05-11 03:43 AM
Hello
My Project is based on STM32WBA55G-DK1 to develop my ble headphone.But when i called CAP_Init API, it returned BLE_STATUS_OUT_OF_MEMORY. I don't know which parameter is causing this issue. Following Parameters are my ble config.
2024-05-16 07:22 PM
:face_with_tears_of_joy:
2024-05-31 05:25 AM
2024-05-31 09:50 AM - edited 2024-05-31 09:52 AM
Hi,
I change CFG_BLE_NUM_GATT_SERVICES、CFG_BLE_NUM_GATT_ATTRIBUTES、CFG_BLE_ATT_VALUE_ARRAY_SIZE, and the CAP_Init will not return BLE_STATUS_OUT_OF_MEMORY, but return 0x7. What does the error code 7 mean?
Thanks
2024-07-10 08:58 AM
Hello,
You can refer to the following wiki page for more information regarding Bluetooth LE Audio architecture and integration on STM32WBA, on section 3.1 "Configuration of the audio profiles of the Generic Audio Framework".
The error code 0x07 means Memory Capacity Exceeded.
Best Regards