User Activity

I'm struggling to get some detailed information on how to determine the correct number for the max_attr_records value of the aci_gatt_add_serv() function.I know that you need 1 for the service itself and then at least 2 for each characteristic, but w...
My BLE (BlueNRG-MS) application has to offer the following functions and I'm not sure what's the correct approachI need to have a pairing mode where a central device can connect. I think this is achieved by using aci_gap_set_discoverable() with NO_WH...
I try to read the device name of a connected central device from the peripheral once the connection is completeGAP_ConnectionComplete_CB(cc->peer_bdaddr, cc->handle);   uint16_t uuid = 0x2a00; resp = aci_gatt_read_using_charac_uuid(cc->handle, 0x0001...
I have a peripheral BlueNRG-MS device where a mobile phone is connecting to, what is to right function to use to get the device name of the mobile phone? My understanding is that I have to use some GATT service... but I can't figure out how the get t...
Is it possible to use the BlueNRG API to have a automatic characteric broadcasting? Currently I do this manually by calling the functionaci_gatt_update_char_value()for the corresponding characteristic but that's kinda cumbersome. Does the stack provi...
Kudos from