Lines Matching refs:p_value
639 tBTA_GATTC_ATTR_ID *p_value; in BTA_GATTC_ReadMultiple() local
656 p_buf->p_id_list = p_value = (tBTA_GATTC_ATTR_ID *)(p_buf + 1); in BTA_GATTC_ReadMultiple()
658 for (i = 0; i < p_buf->num_attr; i ++, p_value ++) in BTA_GATTC_ReadMultiple()
660 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()
688 UINT8 *p_value, in BTA_GATTC_WriteCharValue() argument
707 if (p_value && len > 0) in BTA_GATTC_WriteCharValue()
709 p_buf->p_value = (UINT8 *)(p_buf + 1); in BTA_GATTC_WriteCharValue()
710 memcpy(p_buf->p_value, p_value, len); in BTA_GATTC_WriteCharValue()
759 p_buf->p_value = (UINT8 *)(p_buf->p_descr_type + 1); in BTA_GATTC_WriteCharDescr()
762 memcpy(p_buf->p_value, p_data->p_value, p_data->len); in BTA_GATTC_WriteCharDescr()
786 UINT16 offset, UINT16 len, UINT8 *p_value, in BTA_GATTC_PrepareWrite() argument
806 if (p_value && len > 0) in BTA_GATTC_PrepareWrite()
808 p_buf->p_value = (UINT8 *)(p_buf + 1); in BTA_GATTC_PrepareWrite()
809 memcpy(p_buf->p_value, p_value, len); in BTA_GATTC_PrepareWrite()