I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
I have been looking at the Nordic ble sdk examples for Arduino, and have more or less understood how to setup the GATT services in nRFgo. But I am still confused about the GAP settings - values I need to set for ACI connect/bond/broadcast tabs. Where can I read up about how to set these up? Are these BLE concepts, or things specific to nRF8001?
Also, I am not quite sure what values to set in the "custom advertisement" fields.
I am new to BLE and would appreciate some hints.