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.c273 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstChar() argument
280 if (!p_srvc_id || !p_char_result) in BTA_GATTC_GetFirstChar()
283 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, p_srvc_id, NULL, in BTA_GATTC_GetFirstChar()
287 memcpy(&p_char_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstChar()
444 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, in BTA_GATTC_GetFirstIncludedService() argument
449 if (!p_srvc_id || !p_result) in BTA_GATTC_GetFirstIncludedService()
454 p_srvc_id, in BTA_GATTC_GetFirstIncludedService()
461 memcpy(&p_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstIncludedService()
Dbta_gattc_int.h477 …A_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id,
Dbta_gattc_cache.c1388 tBTA_GATT_SRVC_ID *p_srvc_id, in bta_gattc_query_cache() argument
1410 p_srvc_id, in bta_gattc_query_cache()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h690 tBTA_GATT_SRVC_ID *p_srvc_id,
783 tBTA_GATT_SRVC_ID *p_srvc_id,