Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_STATUS

464 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
596 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
598 tGATT_STATUS cmd_status = GATT_NO_RESOURCES;
613 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
668 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
671 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
684 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
719 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
720 tGATT_STATUS status, tGATTS_RSP *p_msg)
722 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
734 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
773 tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu)
826 tGATT_STATUS GATTC_Discover (UINT16 conn_id, tGATT_DISC_TYPE disc_type,
829 tGATT_STATUS status = GATT_SUCCESS;
895 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read)
897 tGATT_STATUS status = GATT_SUCCESS;
983 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write)
985 tGATT_STATUS status = GATT_SUCCESS;
1057 tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute)
1059 tGATT_STATUS status = GATT_SUCCESS;
1108 tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle)
1110 tGATT_STATUS ret = GATT_ILLEGAL_PARAMETER;
1493 tGATT_STATUS GATT_Disconnect (UINT16 conn_id)
1495 tGATT_STATUS ret = GATT_ILLEGAL_PARAMETER;