Home | History | Annotate | Download | only in gatt

Lines Matching refs:attr_handle

589 **                  attr_handle: Attribute handle of this handle value indication.
596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
616 if (! GATT_HANDLE_IS_VALID (attr_handle))
620 indication.handle = attr_handle;
661 ** attr_handle: Attribute handle of this handle value indication.
668 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
687 if (GATT_HANDLE_IS_VALID (attr_handle))
689 notif.handle = attr_handle;