I need to be able to support a dual GAP role scenarios, i.e. the device can be both a Central and a Peripheral. For that reason I included both cordova plugins: "cordova-plugin-ble-peripheral" and "cordova-plugin-ble-central". Unfortunately, the Phonegap build process results in a duplicate symbol error:
_duplicate symbol dataToArrayBuffer in:
/project/build/Microfence.build/Release-iphoneos/Microfence.build/Objects-normal/armv7/BLEPeripheralPlugin.o
/project/build/Microfence.build/Release-iphoneos/Microfence.build/Objects-normal/armv7/CBPeripheral+Extensions.o
Any chance to change the naming conventions, or do enhance the ble-central library with advertising capabilities?
I need to be able to support a dual GAP role scenarios, i.e. the device can be both a Central and a Peripheral. For that reason I included both cordova plugins: "cordova-plugin-ble-peripheral" and "cordova-plugin-ble-central". Unfortunately, the Phonegap build process results in a duplicate symbol error:
_duplicate symbol dataToArrayBuffer in: /project/build/Microfence.build/Release-iphoneos/Microfence.build/Objects-normal/armv7/BLEPeripheralPlugin.o /project/build/Microfence.build/Release-iphoneos/Microfence.build/Objects-normal/armv7/CBPeripheral+Extensions.o
Any chance to change the naming conventions, or do enhance the ble-central library with advertising capabilities?