Searched refs:p_srvc_id (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 249 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()
|
D | bta_gattc_int.h | 457 …A_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id,
|
D | bta_gattc_cache.c | 1390 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/ |
D | bta_gatt_api.h | 674 tBTA_GATT_SRVC_ID *p_srvc_id, 767 tBTA_GATT_SRVC_ID *p_srvc_id,
|