ARMmbed / connectedhomeip

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.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Mbed: remove Bluetooth hack on confirmation. #155

Closed pan- closed 3 years ago

pan- commented 3 years ago

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