Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_gatt_api.h67 BTA_GATTC_CFG_MTU_EVT = 18, /* configure MTU complete event */ enumerator
91 CASE_RETURN_TEXT(BTA_GATTC_CFG_MTU_EVT); in gatt_client_event_text()
/system/bt/btif/src/
Dbtif_gatt_client.cc118 case BTA_GATTC_CFG_MTU_EVT: in bta_gattc_event_text()
199 case BTA_GATTC_CFG_MTU_EVT: { in btif_gattc_upstreams_evt()
/system/bt/bta/gatt/
Dbta_gattc_act.cc960 (*p_clcb->p_rcb->p_cback)(BTA_GATTC_CFG_MTU_EVT, &cb_data); in bta_gattc_cfg_mtu_cmpl()