Home | History | Annotate | Download | only in gatt

Lines Matching refs:attr_handle

588 **                  attr_handle: Attribute handle of this handle value indication.
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
615 indication.handle = attr_handle;
620 if (GATT_HANDLE_IS_VALID (attr_handle) )
659 ** attr_handle: Attribute handle of this handle value indication.
666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
685 if (GATT_HANDLE_IS_VALID (attr_handle))
687 notif.handle = attr_handle;