Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_result

438 p_result: output parameter which will store the GATT ID
445 tBT_UUID *p_uuid_cond, tBTA_GATTC_INCL_SVC_ID *p_result)
449 if (!p_srvc_id || !p_result)
457 &p_result->incl_svc_id.id,
458 (tBTA_GATT_CHAR_PROP *)&p_result->incl_svc_id.is_primary))
461 memcpy(&p_result->srvc_id, p_srvc_id, sizeof(tBTA_GATT_SRVC_ID));
478 ** p_result: output parameter which will store the GATT ID
487 tBTA_GATTC_INCL_SVC_ID *p_result)
491 if (!p_start_id || !p_result)
499 &p_result->incl_svc_id.id,
500 (tBTA_GATT_CHAR_PROP *)&p_result->incl_svc_id.is_primary))
503 memcpy(&p_result->srvc_id, &p_start_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID));