summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/13/changes
diff options
context:
space:
mode:
authorAndre Eisenbach <andre@broadcom.com>2014-03-28 14:54:53 -0700
committerAndre Eisenbach <eisenbach@google.com>2014-06-27 10:31:41 -0700
commitdadefdad8ef424991feb45f02f923a2f8224285b (patch)
tree61275d1f87c2f8e8915282ae07b30eb60a863315 /docs/html/sdk/api_diff/13/changes
parent7ca6c1a05adc8c091b5682f99b35d215cd5c0d2d (diff)
LE: Add notification sent and congestion callbacks (3/4)
This change introduces two new callbacks for applications to better handle LE notification flow control and transport congestion. The notification callback is invoked when the remote platform confirms an indication or when a local notification has been passed to the controller. No new notifications should be sent until a callback is received. Congestion callbacks are triggered when a GATT operation cannot be sent to the local Bluetooth controller. Repeatedly calling writeCharacteristic() for example will eventually trigger a congestion callback. Applications cannot send additional data until a further callback is received, indicating that the congestion has cleared up. Also made server callbacks "oneway" in the AIDL definition file. Change-Id: I7fa3324712205c79efce58e5e3df8b80a265a442
Diffstat (limited to 'docs/html/sdk/api_diff/13/changes')
0 files changed, 0 insertions, 0 deletions