Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c200 gatt_remove_an_item_from_list(&gatt_cb.hdl_list_info, &gatt_cb.hdl_list[i]); in gatt_free()
201 gatt_free_attr_value_buffer(&gatt_cb.hdl_list[i]); in gatt_free()
202 gatt_free_hdl_buffer(&gatt_cb.hdl_list[i]); in gatt_free()
Dgatt_utils.c335 tGATT_HDL_LIST_ELEM *p_elem = &p_cb->hdl_list[0]; in gatt_alloc_hdl_buffer()
338 if (!p_cb->hdl_list[i].in_use) { in gatt_alloc_hdl_buffer()
492 tGATT_HDL_LIST_ELEM *p_elem = &gatt_cb.hdl_list[0]; in gatt_free_srvc_db_buffer_app_id()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h513 tGATT_HDL_LIST_ELEM hdl_list[GATT_MAX_SR_PROFILES]; member