Home
last modified time | relevance | path

Searched refs:BTA_GATTC_ConfigureMTU (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h1120 BTA_API extern void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu);
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c239 void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu) in BTA_GATTC_ConfigureMTU() function
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c1616 BTA_GATTC_ConfigureMTU(p_cb->conn_id, p_cb->len); in btgattc_handle_event()