History log of /hardware/libhardware/include/hardware/bt_gatt_server.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
285fed09639f66923529289d71cc633ad738c96c 26-Nov-2014 Andre Eisenbach <eisenbach@google.com> Add server-side callback for change in MTU (1/4)

When a client requests to update the LE transport MTU, the server
currently does not get notified and can therefor not properly size
notifications appropriate to the current MTU.

Bug: 18388114
Change-Id: I136f32cba48da3302e13fb9a9ec81b8e01712138
/hardware/libhardware/include/hardware/bt_gatt_server.h
9ef3c72ef3e90a93ed641e757310c2a389d32834 28-Mar-2014 Andre Eisenbach <andre@broadcom.com> LE: Add notification sent and congestion callbacks (1/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.

Change-Id: I613cbf968770921f853a407888bb8308849039f3
/hardware/libhardware/include/hardware/bt_gatt_server.h
f9f4d10c4a742e58a465279a116ee0266578c0bc 18-Apr-2014 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Add transport param to Connect APIs

Support for passing preferred transport for GATT connections as part of
Connect APIs

Change-Id: I83ba256574234c0a15a4bff48bcffa2e237c9393
/hardware/libhardware/include/hardware/bt_gatt_server.h
3331718e7a03aebf9c7bbdd2d5197ddd87ab73b9 10-Apr-2013 Andre Eisenbach <andre@broadcom.com> LE (1/3): Add application ID to connection callback

Bug: 8589393
Change-Id: I1c9d83b988cad71c5652ecf4025fdc6f650fff42
/hardware/libhardware/include/hardware/bt_gatt_server.h
fefb3343906fe73c827d1b9d50cb3c451602c514 06-Feb-2013 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Initial version of BLE support for Bluedroid

Change-Id: Iacf3a56943b31c4fd4f4b833ed675a35cbd47104
/hardware/libhardware/include/hardware/bt_gatt_server.h