Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_val

590 **                  p_val: Pointer to the indicated attribute value data.
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
617 memcpy (indication.value, p_val, val_len);
661 ** p_val: Pointer to the indicated attribute value data.
667 UINT16 val_len, UINT8 *p_val)
689 memcpy (notif.value, p_val, val_len);