Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1505 UINT16 svc_length = list_length(services) - 1; in bta_gattc_get_db_size_with_type() local
1508 sn != list_end(services); sn = list_next(sn), svc_length--) { in bta_gattc_get_db_size_with_type()
1523 if (!svc_length) { in bta_gattc_get_db_size_with_type()
1623 UINT16 svc_length = list_length(services) - 1; in bta_gattc_get_db_size() local
1625 sn != list_end(services); sn = list_next(sn), svc_length--) { in bta_gattc_get_db_size()
1636 if (!svc_length) { in bta_gattc_get_db_size()