This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Regarding advertising data order

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.

Related