Tool/software: Code Composer Studio
Hi everyone
I need to develope project with CC2650MODA working as multirole.
For this purpose I took the multi_role project and explored it.
The first step was to detect the advertising data from the slave devices.
That what I could understand the advertising data The advertising data can be detected in the "static void multi_role_processRoleEvent(gapMultiRoleEvent_t *pEvent)" function under the "GAP_DEVICE_INFO_EVENT" event. It exists in the variable "pEvent->deviceInfo". But how is it possible to detect the Scan Response Data? Some of devices stores their names under Scan REsponse Data and not in the Advertising Data.
That what I saw, some of the devices store their information or a part of it under Scan Response data instead of (or in addition to) storing it under Advertising data. What maybe the reason and what is the difference between these two datas?
