This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650EM-7ID-RD: BLE Connectio Mode sample code

Part Number: CC2650EM-7ID-RD
Other Parts Discussed in Thread: CC2650

Hi, i'm gyu yang who using a CC2650 Development Kit with CCSv8.

And i have experienced with advertise Mode because it can find the example code in resource explorer.(with 2 CC2650DK, i set up one is Advertiser(TX), and another is Observer(RX). and succeed to exchange the Advertising Packet in Advertisement mode.)

For using TX/RX advertising Packet, i using these command.

in Tx side

>CMD_RADIO_SETUP executed

> Status: 0x400 DONE_OK

>CMD_FS executed

> Status: 0x400 DONE_OK

>CMD_BLE_ADV_NC executed

> Status: 0x1400 DONE_OK

>CMD_ABORT executed

> Status: 0x1 DONE_OK

in Rx side

>CMD_RADIO_SETUP executed

> Status: 0x400 DONE_OK

>CMD_FS executed

> Status: 0x400 DONE_OK

>CMD_BLE_GENERIC_RX executed

> Status: 0x2 ACTIVE

>CMD_ABORT executed

> Status: 0x1 DONE_OK

__________________________________________________________________________________________________

but, with this mode, the payload data packet(ADV_NONCONN_IND) should be lower than 37 byte. so it's a problem for me.

so i want to change communication type into Connection Mode to increase the payload packet data size. it' means that i want to set up one is Master and another is Slave.

so for doing it,  is there example codes concerning about Connection Mode or Materials?

Thanks in advance!