Searched refs:p_start_descr_id (Results 1 – 2 of 2) sorted by relevance
400 tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id, in BTA_GATTC_GetNextCharDescr() argument406 if (!p_start_descr_id || !p_descr_result) in BTA_GATTC_GetNextCharDescr()412 &p_start_descr_id->char_id.srvc_id, in BTA_GATTC_GetNextCharDescr()413 &p_start_descr_id->char_id.char_id, in BTA_GATTC_GetNextCharDescr()416 (void *)&p_start_descr_id->descr_type)) in BTA_GATTC_GetNextCharDescr()420 memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetNextCharDescr()
760 tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id,