Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c249 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstChar() argument
256 if (!p_srvc_id || !p_char_result) in BTA_GATTC_GetFirstChar()
259 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, p_srvc_id, NULL, in BTA_GATTC_GetFirstChar()
263 memcpy(&p_char_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstChar()
420 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstIncludedService() argument
425 if (!p_srvc_id || !p_result) in BTA_GATTC_GetFirstIncludedService()
430 p_srvc_id, in BTA_GATTC_GetFirstIncludedService()
437 memcpy(&p_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstIncludedService()
Dbta_gattc_int.h457 …A_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id,
Dbta_gattc_cache.c1390 tBTA_GATT_SRVC_ID *p_srvc_id, in bta_gattc_query_cache() argument
1414 p_srvc_id, in bta_gattc_query_cache()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h674 tBTA_GATT_SRVC_ID *p_srvc_id,
767 tBTA_GATT_SRVC_ID *p_srvc_id,