Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c896 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL) { in GATTC_ConfigureMTU()
949 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) { in GATTC_Discover()
1014 if ( (p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) { in GATTC_Read()
1098 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL ) { in GATTC_Write()
1169 if ((p_clcb = gatt_clcb_alloc(conn_id)) != NULL) { in GATTC_ExecuteWrite()
Dgatt_utils.c1775 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) in gatt_clcb_alloc() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h696 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);