User Activity

Hi! I have a peripheral that callsaci_gap_terminate(BleApplicationContext.BleApplicationContext_legacy.connectionHandle, HCI_AUTHENTICATION_FAILURE_ERR_CODE)aci_gap_terminate(BleApplicationContext.BleApplicationContext_legacy.connectionHandle, HCI_AU...
I would like to keep updating a char value with every connection event.Im using a stm32wb15.every time I get a ACI_HAL_END_OF_RADIO_ACTIVITY_VSEVT_CODE with last state 0x02 which correspond to - 0x02: Connection event slave.As I understand this means...
I have a program that builds upon the p2p example.The scanner starts when I press a button withaci_gap_start_general_connection_establish_proc(HCI_SCAN_TYPE_ACTIVE, LE_Scan_Interval, LE_Scan_Window, PUBLIC_ADDR,0x00, 0);If the button is held for 5 se...
So I want to make a custom client with mu own service UUID and characteristics which is 128 bits but in cubeMX I can only choose client mode: custom p2p client.Everytime I generate code from MX it will delete my changes in the wpan code and use the p...
Kudos from