Using simpleBLECentral from the stack V1.2, I noticed that the GAP GATT server shows the characteristics for Device Name and Appearance.
Using simpleBLEPeripheral from stack V1.2, I notice that in addition to Device Name and Appearance, there are additional characteristics for Peripheral Privacy Flag, Reconnection Address, and Peripheral Preferred Connection Parameters. Is there a way to remove these extra characteristics for the peripheral?
I'm trying to create a configuration where the GATT handles are 100% identical for the Central and Peripheral devices. In a competing BLE stack from Bluegiga, I am able to control exactly which characteristics appear in the GAP GATT service, and I'd like to create the same configuration using the TI stack.
Please let me know if there is any way to control which characteristics are present in the GAP GATT server.
Thanks,
Chris Norris