Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
Mbed behavior is inconsistent regarding to reporting when the confirmation of a Bluetooth indication has been received. Some compile time flags have been added to workaround that situation. We would like to get rid of these workaoround before upstreaming.
Summary of Changes
Remove use-gatt-indication-ack-hack compile time flag and cleanup Mbed BleManagerImpl accordingly. The original code is the correct one plus we don't need it as the TX characteristic only sends notification and no indications.
Problem
Mbed behavior is inconsistent regarding to reporting when the confirmation of a Bluetooth indication has been received. Some compile time flags have been added to workaround that situation. We would like to get rid of these workaoround before upstreaming.
Summary of Changes
Remove
use-gatt-indication-ack-hack
compile time flag and cleanup Mbed BleManagerImpl accordingly. The original code is the correct one plus we don't need it as the TX characteristic only sends notification and no indications.Fixes #154