Searched refs:included_svc (Results 1 – 3 of 3) sorted by relevance
187 list_free(srvc->included_svc); in service_free()218 p_new_srvc->included_svc = list_new(osi_free); in bta_gattc_add_srvc_to_cache()309 list_append(service->included_svc, isvc); in bta_gattc_add_attr_to_cache()1174 if (p_cur_srvc->included_svc) { in bta_gattc_get_db_size()1175 db_size += list_length(p_cur_srvc->included_svc); in bta_gattc_get_db_size()1274 if (!p_cur_srvc->included_svc || list_is_empty(p_cur_srvc->included_svc)) in bta_gattc_get_gatt_db_impl()1277 for (list_node_t *isn = list_begin(p_cur_srvc->included_svc); in bta_gattc_get_gatt_db_impl()1278 isn != list_end(p_cur_srvc->included_svc); isn = list_next(isn)) { in bta_gattc_get_gatt_db_impl()1485 if (!p_cur_srvc->included_svc || list_is_empty(p_cur_srvc->included_svc)) in bta_gattc_cache_save()1488 for (list_node_t *an = list_begin(p_cur_srvc->included_svc); in bta_gattc_cache_save()[all …]
1374 if (!service->included_svc || list_is_empty(service->included_svc)) { in process_included()1379 for (list_node_t *isn = list_begin(service->included_svc); in process_included()1380 isn != list_end(service->included_svc); isn = list_next(isn)) { in process_included()
569 list_t *included_svc; /* list of tBTA_GATTC_INCLUDED_SVC */ member