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.

WriteNoResponse for BLE stack 2.2

Other Parts Discussed in Thread: CC2540, CC2650

Hi all,

When I used WriteNoResponse on the BLE stack 1.4.0 for the CC2540, I configured the necessary device characteristics in the following way :

// Simple Profile Characteristic 3 Properties
static uint8 simpleProfileChar3Props = GATT_PROP_READ | GATT_PROP_WRITE | GATT_PROP_WRITE_NO_RSP;

What's the equivalent method for BLE stack 2.2, using the CC2650? It doesn't seem to be as above?

Thanks