Home
last modified time | relevance | path

Searched refs:tGATT_PROFILE_CLCB (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c65 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb);
104 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_conn_id(UINT16 conn_id) in gatt_profile_find_clcb_by_conn_id()
107 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()
127 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_profile_find_clcb_by_bd_addr()
130 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()
151 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport) in gatt_profile_clcb_alloc()
154 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_clcb_alloc()
182 void gatt_profile_clcb_dealloc (tGATT_PROFILE_CLCB *p_clcb) in gatt_profile_clcb_dealloc()
184 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()
405 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h508 } tGATT_PROFILE_CLCB; typedef
539 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];