Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c208 list_free(srvc->included_svc); in service_free()
282 p_new_srvc->included_svc = list_new(bta_gattc_free); in bta_gattc_add_srvc_to_cache()
391 list_append(service->included_svc, isvc); in bta_gattc_add_attr_to_cache()
558 if(!service || !service->included_svc || list_is_empty(service->included_svc)) break; in bta_gattc_update_include_service()
559 …for (list_node_t *sn = list_begin(service->included_svc); sn != list_end(service->included_svc); s… in bta_gattc_update_include_service()
566 list_remove(service->included_svc, include_service); in bta_gattc_update_include_service()
1379 if (!p_cur_srvc->included_svc || list_is_empty(p_cur_srvc->included_svc)) in bta_gattc_get_db_with_opration()
1382 for (list_node_t *isn = list_begin(p_cur_srvc->included_svc); in bta_gattc_get_db_with_opration()
1383 isn != list_end(p_cur_srvc->included_svc); isn = list_next(isn)) { in bta_gattc_get_db_with_opration()
1534 if (p_cur_srvc->included_svc && (type == BTGATT_DB_INCLUDED_SERVICE)) { in bta_gattc_get_db_size_with_type()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h702 list_t *included_svc; /* list of tBTA_GATTC_INCLUDED_SVC */ member