cancel
Showing results for 
Search instead for 
Did you mean: 

Changing of GATT CharactericticsProperties of added characteristics?

pasaamaster
Associate II
Posted on September 22, 2016 at 13:19

Hello.

How can i change GATT charProperties of added GATT characteristics?

Is that possible?

I need to remove Read/WriteProperties (CHAR_PROP_READ/WRITE) of all characteristics when GATT service will be locked.

It`s a requirement of Eddystone protocol.

Thanks.

1 REPLY 1
pasaamaster
Associate II
Posted on September 22, 2016 at 14:24

P.S. I tried to delete GATT characteristic with aci_gatt_del_char() function (i tried to delete char and create it with other Properties) and it returns 0xFF status (BLE_STATUS_TIMEOUT).

Is aci_gatt_del_char() function supported by BlueNRG v6.4. firmware?

I had the same troubles with hci_le_set_advertising_data() API function.  In firmware v6.3. it works correctly. But in v6.4. it returns

BLE_STATUS_TIMEOUT (0xFF).