User Activity

In some modes I want to use a random static addresses (BLE privacy disabled) and in some modes I wand to use private resolvable addresses (BLE privacy enabled). The aci_gap_init function seems to force you to declare if BLE privacy is on or off. Ho...
I am trying to send a BLE notification after I have connected. I add the characteristic this way. retVal = aci_gatt_add_char(serviceHandle, UUID_TYPE_128, (const Char_UUID_t *)Uuid, ...