Home | History | Annotate | Download | only in gatt

Lines Matching full:p_result

478 **                  p_result: output parameter which will store the GATT ID
485 tBT_UUID *p_uuid_cond, tBTA_GATTC_INCL_SVC_ID *p_result)
489 if (!p_srvc_id || !p_result)
497 &p_result->incl_svc_id.id,
498 (void *)&p_result->incl_svc_id.is_primary))
501 memcpy(&p_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID));
518 ** p_result: output parameter which will store the GATT ID
527 tBTA_GATTC_INCL_SVC_ID *p_result)
531 if (!p_start_id || !p_result)
539 &p_result->incl_svc_id.id,
540 (void *)&p_result->incl_svc_id.is_primary))
543 memcpy(&p_result->srvc_id, &p_start_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID));