Home
last modified time | relevance | path

Searched refs:hdl_list_info (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c94 status = gatt_add_an_item_to_list(&gatt_cb.hdl_list_info, p_buf); in GATTS_AddHandleRange()
146 tGATT_HDL_LIST_INFO *p_list_info = &gatt_cb.hdl_list_info; in GATTS_CreateService()
375 tGATT_HDL_LIST_INFO *p_list_info = &gatt_cb.hdl_list_info; in GATTS_DeleteService()
Dgatt_utils.c360 tGATT_HDL_LIST_INFO *p_list_info = &gatt_cb.hdl_list_info; in gatt_find_hdl_buffer_by_handle()
385 tGATT_HDL_LIST_INFO *p_list_info = &gatt_cb.hdl_list_info; in gatt_find_hdl_buffer_by_attr_handle()
414 tGATT_HDL_LIST_INFO *p_list_info = &gatt_cb.hdl_list_info; in gatt_find_hdl_buffer_by_app_id()
Dgatt_main.c200 gatt_remove_an_item_from_list(&gatt_cb.hdl_list_info, &gatt_cb.hdl_list[i]); in gatt_free()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h512 tGATT_HDL_LIST_INFO hdl_list_info; member