Searched refs:bta_gattc_query_cache (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 324 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()
|
D | bta_gattc_int.h | 541 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *…
|
D | bta_gattc_cache.c | 1433 tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, in bta_gattc_query_cache() function
|