Hi. I'm using PCA10028, SDK10.0.0, S130 and "ble_app_uart" as reference.
As I've researching nRF51 with Central device, it returns
Packet 0 : 020105 0c094e6f726469635f55415254
BLE_GAP_AD_TYPE_FLAGS : 020105
BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME : 0c09 4e6f726469635f55415254 (Nordic...)
Packet 4(Scan response) : 1107 9ecadc240ee5a9e093f3a3b50100406e
BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_COMPLETE : 9ecadc240ee5a9e093f3a3b50100406e
I totally understand what it means.
What i want to know is "How can i change advertising data order?"
For example, what if I want to advertise
128BIT SERIVCE UUID --> PACKET 0 and
COMPLETE_LOCAL_NAME --> PACKET 4(scan response)
I hope your reply.