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.

CC2340R5: How to remove few Characteristic Declarations from GAP services (0x1800)

Part Number: CC2340R5

Tool/software:

Hi,

             Currently I am working on basic_ble Peripheral profile project. I have few queries on Attribute table and related issues.

// Initialize GATT attributes
GGS_AddService(GATT_ALL_SERVICES);  // GAP GATT Service

So, right now I have used GGS_AddService(GATT_ALL_SERVICES) to add the GAP GATT Service which is implemented by the TI BLE Stack and following characteristics is added:

Generic Access                                                                  0x1800 // primary service

1. DEVICE_NAME_UUID                                                   0x2A00 // Device Name
2. APPEARANCE_UUID                                                     0x2A01 // Appearance
3. PERI_CONN_PARAM_UUID                                          0x2A04 // Peripheral Preferred Connection Parameters
4. CENTRAL_ADDRESS_RESOLUTION_UUID                0x2AA6 // Central Address Resolution
5. RESOLVABLE_PRIVATE_ADDRESS_ONLY_UUID       0x2AC9 // Resolvable Private Address Only

So, In my application I need to remove other characteristics from GAP GATT Service. So, Is there any way to remove Attribute with UUID 0x2AA6  from the GAP GATT Service (Service UUID - 0x1800)? 

Thanks & Regards

Vignesh.