Hi, some questions regarding BLE
- Is merging multiple Characteristics into a single service make discovery and connection faster? And why exactly?
- If all Characteristics are in the same service, will Central not still need to be informed about all of them (the Chars) in Find Information Request (if I understand correctly that is what Find information is for).
- Is Msg Find information is per service? Is that why it will save time to gather all characteristics in one service?
- Can we advertise all services when advertising on primary channel, this is what I understand from those adv variables - p_service_data_array, and if so, does is make the Read by Group Type Request redundant ?
Thanks !
