2019-06-14 06:42 AM
STM32WB55 if do not use DLE, then SHCI_C2_BLE_Init return error
Hi !
If in structure SHCI_C2_Ble_Init_Cmd_Packet_t
set ExtendedPacketLengthEnable = 0 (disable DLE),
then result of calling SHCI_C2_BLE_Init()
is error = 72.
This error not in SHCI_CmdStatus_t enum and don`t found in any documents.
Question: where to find example ho to use stack without DLE ?
Second (comment):
Event "HCI_LE_DATA_LENGTH_CHANGE_EVENT" (AN5270) located in "HCI LE META events", but he is not in list of events in "hci_const.h" that's why I have to write like this:
case 0x07: //HCI_LE_DATA_LENGTH_CHANGE_EVENT
{
...
}