Searched refs:p_char_result (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 316 tBTA_GATTC_CHAR_ID *p_char_result, in BTA_GATTC_GetFirstChar() argument 321 if (!p_srvc_id || !p_char_result) in BTA_GATTC_GetFirstChar() 325 … p_char_uuid_cond, &p_char_result->char_id, (void *)p_property)) in BTA_GATTC_GetFirstChar() 328 memcpy(&p_char_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetFirstChar() 356 tBTA_GATTC_CHAR_ID *p_char_result, in BTA_GATTC_GetNextChar() argument 361 if (!p_start_char_id || !p_char_result) in BTA_GATTC_GetNextChar() 368 &p_char_result->char_id, in BTA_GATTC_GetNextChar() 372 memcpy(&p_char_result->srvc_id, &p_start_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetNextChar()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 767 tBTA_GATTC_CHAR_ID *p_char_result, 792 tBTA_GATTC_CHAR_ID *p_char_result,
|