Searched refs:p_hlv (Results 1 – 1 of 1) sorted by relevance
1752 tGATT_HLV *p_hlv = tuples; in GATTS_HandleMultiValueNotification() local1773 if (!GATT_HANDLE_IS_VALID (p_hlv->handle)) { in GATTS_HandleMultiValueNotification()1777 UINT16_TO_STREAM(p, p_hlv->handle); //handle in GATTS_HandleMultiValueNotification()1778 UINT16_TO_STREAM(p, p_hlv->length); //length in GATTS_HandleMultiValueNotification()1779 memcpy (p, p_hlv->value, p_hlv->length); //value in GATTS_HandleMultiValueNotification()1780 GATT_TRACE_DEBUG("%s handle %x, length %u", __func__, p_hlv->handle, p_hlv->length); in GATTS_HandleMultiValueNotification()1781 p += p_hlv->length; in GATTS_HandleMultiValueNotification()1782 notif.len += 4 + p_hlv->length; in GATTS_HandleMultiValueNotification()1784 p_hlv++; in GATTS_HandleMultiValueNotification()