Home | History | Annotate | Download | only in gatt

Lines Matching refs:val_len

590 **                  val_len: Length of the indicated attribute value.
596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
621 indication.len = val_len;
622 memcpy (indication.value, p_val, val_len);
662 ** val_len: Length of the indicated attribute value.
669 UINT16 val_len, UINT8 *p_val)
690 notif.len = val_len;
691 memcpy (notif.value, p_val, val_len);