OSDN Git Service

gattc: Extend gattc queue with mtu exchange
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@codecoup.pl>
Sun, 1 Sep 2019 22:44:54 +0000 (00:44 +0200)
committerGrzegorz Kołodziejczyk <grzegorz.kolodziejczyk@codecoup.pl>
Wed, 20 Jan 2021 14:02:26 +0000 (14:02 +0000)
commit813bf3dddcbeca873fcf71c9fc44cf7e784c4281
treebbc37ea200b025745c01951a024f7a8a694c1287
parentdc3a7a820d8073b0269b7e849b53f59f2eec52c1
gattc: Extend gattc queue with mtu exchange

Patch allows to exchange mtu using queue. Without this patch there was
no possiblity to exchange mtu mixing this synchronous and queue api.

Tag: #feature
Test: CtsVerifier
Sponsor: jpawlowski@
Change-Id: I2dd699d78de1b9eee8c683969f0c6586ccd21780
bta/gatt/bta_gattc_act.cc
bta/gatt/bta_gattc_api.cc
bta/gatt/bta_gattc_int.h
bta/gatt/bta_gattc_queue.cc
bta/include/bta_gatt_api.h
bta/include/bta_gatt_queue.h
btif/src/btif_gatt_client.cc