Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h965 extern tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c864 tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id) in GATTC_ConfigureMTU() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c990 status = GATTC_ConfigureMTU (p_clcb->bta_conn_id); in bta_gattc_cfg_mtu()