Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1384 tBTA_GATTC_INCLUDED_SVC *p_isvc = list_node(isn); in bta_gattc_get_db_with_opration() local
1386 if (p_isvc->handle < start_handle) { in bta_gattc_get_db_with_opration()
1390 if (p_isvc->handle > end_handle) { in bta_gattc_get_db_with_opration()
1395 if (!incl_uuid || bta_gattc_uuid_compare(&p_isvc->uuid, incl_uuid, TRUE)) { in bta_gattc_get_db_with_opration()
1398 p_isvc->handle, in bta_gattc_get_db_with_opration()
1399 p_isvc->incl_srvc_s_handle /* s_handle */, in bta_gattc_get_db_with_opration()
1400 p_isvc->incl_srvc_e_handle /* e_handle */, in bta_gattc_get_db_with_opration()
1401 p_isvc->handle, in bta_gattc_get_db_with_opration()
1402 p_isvc->uuid, in bta_gattc_get_db_with_opration()
1537 tBTA_GATTC_INCLUDED_SVC *p_isvc = list_node(isn); in bta_gattc_get_db_size_with_type() local
[all …]