Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c324 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, p_srvc_id, NULL, in BTA_GATTC_GetFirstChar()
364 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, in BTA_GATTC_GetNextChar()
406 if ((status = bta_gattc_query_cache(conn_id, in BTA_GATTC_GetFirstCharDescr()
451 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR_DESCR, in BTA_GATTC_GetNextCharDescr()
492 if ((status = bta_gattc_query_cache(conn_id, in BTA_GATTC_GetFirstIncludedService()
534 if ((status = bta_gattc_query_cache(conn_id, in BTA_GATTC_GetNextIncludedService()
Dbta_gattc_int.h541 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *…
Dbta_gattc_cache.c1433 tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, in bta_gattc_query_cache() function